AgentHubAgentHub

heor-agent

MCP ServerMCP Registry官方收录

io.github.neptun2000/heor-agent · v1.14.4

HEOR MCP server: literature search, CEA, BIA, NMA/MAIC, HTA dossiers (NICE/FDA/EMA/JCA).

概览

heor-agent 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "heor-agent": {
      "command": "npx",
      "args": [
        "-y",
        "heor-agent-mcp"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.neptun2000/heor-agent",
  "type": "mcp-server",
  "version": "1.14.4",
  "displayName": "heor-agent",
  "description": "HEOR MCP server: literature search, CEA, BIA, NMA/MAIC, HTA dossiers (NICE/FDA/EMA/JCA).",
  "repository": {
    "url": "https://github.com/neptun2000/heor-agent-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "heor-agent-mcp",
        "version": "1.14.4",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.neptun2000/heor-agent",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.neptun2000%2Fheor-agent/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
heor-agent — MCP Server 安装与配置 · AgentHub