Skip to content
Cursor

AlphaFold Sovereign MCP for Cursor

io.github.smaniches/alphafold-sovereign-mcp

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

client:Cursor transport:stdio runtime:pypi

Install AlphaFold Sovereign MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AlphaFold Sovereign MCP in other clients