Eka MCP 服务器

Eka MCP 服务器

为印度医疗场景提供精准知识库访问的模型上下文协议服务器。

快速入门

获取开发者密钥

联系 ekaconnect@eka.care 获取 client-idclient-token

安装与配置 Claude 桌面版

  1. 安装 UV:安装指南
  2. 安装 Claude 桌面应用
  3. 编辑配置文件(macOS 路径:~/Library/Application Support/Claude/claude_desktop_config.json,Windows 路径:%APPDATA%/Claude/claude_desktop_config.json):
{
  "mcpServers": {
    "eka-mcp-server": {
      "command": "uvx",
      "args": [
        "eka_mcp_server",
        "--eka-api-host",
        "https://api.eka.care",
        "--client-id",
        "<client_id>",
        "--client-secret",
        "<client_secret>"
      ]
    }
  }
}
  1. 替换 <client_id><client_secret>

调试

推荐使用 MCP Inspector 工具调试:

npx @modelcontextprotocol/inspector uvx eka_mcp_server --eka-api-host https://api.eka.care --client-id <client_id> --client-secret <client_secret>

常见问题

spawn uvx ENOENT

确保已安装 uvx,并在配置中指定完整路径。

版本未更新

运行以下命令清理缓存:

uv cache clean eka_mcp_server