An MCP server that powers AI agents with indexed blockchain data from The Graph.
mcpServer
{ "mcpServers": { "thegraph-mcp": { "command": "uv", "args": [ "--directory", "path/to/thegraph-mcp", "run", "main.py" ], "env": { "THEGRAPH_API_KEY": "your_api_key_here" } } } }
uv --directory path/to/thegraph-mcp run main.py