Odel
AlphaFold Sovereign MCP

AlphaFold Sovereign MCP

Local
@smaniches4PythonApache-2.0Updated 3 days ago

MCP server for AlphaFold and 8 other biomedical data sources with a local SQLite knowledge graph

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIalphafold-sovereign-mcpv1.4.9

Run

uvx alphafold-sovereign-mcp

MCP client config

{
  "mcpServers": {
    "alphafold-sovereign-mcp": {
      "command": "uvx",
      "args": [
        "alphafold-sovereign-mcp"
      ]
    }
  }
}