SPOKEAgent

BaranziniLab/SPOKEAgent
★ 0 stars Python Memory/Knowledge Updated today
MCP server for SPOKE biomedical knowledge graph
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "spokeagent": {
      "command": "uvx",
      "args": [
        "spokeagent"
      ]
    }
  }
}

Or install with pip: pip install spokeagent

README Excerpt

A **structure-aware** MCP (Model Context Protocol) server for querying the SPOKE biomedical knowledge graph for rapid biomedical knowledge inference. Points to the official release of SPOKE. SPOKEAgent doesn't just expose raw Cypher — it understands SPOKE's structure. It introspects the live schema (so it tolerates schema changes), resolves entity names /

Tools (1)

SPOKEAGENT_PASSCODE