Skip to content
Claude Desktop

Medical RAG - Clinical Decision Support & Healthcare Knowledge Retrieval for Claude Desktop

io.github.maxi-moss/test-mcp

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

client:Claude Desktop transport:streamable-http

Install Medical RAG - Clinical Decision Support & Healthcare Knowledge Retrieval in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "test-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp-registry-test-server-513943347567.europe-west1.run.app/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Medical RAG - Clinical Decision Support & Healthcare Knowledge Retrieval in other clients