Odel
subgraph registry

subgraph registry

Local
@paulieb14JavaScriptMITUpdated Yesterday

Discover and query 15,500+ classified subgraphs on The Graph Network

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).

npmsubgraph-registry-mcpv0.4.2

Run

npx -y subgraph-registry-mcp

MCP client config

{
  "mcpServers": {
    "subgraph-registry": {
      "command": "npx",
      "args": [
        "-y",
        "subgraph-registry-mcp"
      ]
    }
  }
}