PluginBench
MCP Server

Medical RAG - Clinical Decision Support & Healthcare Knowledge Retrieval MCP Server

io.github.maxi-moss/test-mcp

What is the Medical RAG - Clinical Decision Support & Healthcare Knowledge Retrieval MCP server?

Medical RAG: semantic search for clinical guidelines, drug interactions, diagnoses & EHR data.

How to install Medical RAG - Clinical Decision Support & Healthcare Knowledge Retrieval

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "test-mcp": {
      "url": "https://mcp-registry-test-server-513943347567.europe-west1.run.app/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "test-mcp": {
      "serverUrl": "https://mcp-registry-test-server-513943347567.europe-west1.run.app/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "test-mcp": {
      "type": "http",
      "url": "https://mcp-registry-test-server-513943347567.europe-west1.run.app/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "test-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp-registry-test-server-513943347567.europe-west1.run.app/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http test-mcp https://mcp-registry-test-server-513943347567.europe-west1.run.app/mcp

Related MCP servers

Medical RAG: semantic search for clinical guidelines, drug interactions, diagnoses & EHR data.

View repository →