graph polymarket mcp for Cursor
io.github.paulieb14/graph-polymarket-mcp
Query Polymarket prediction markets via The Graph — 20 tools, 8 subgraphs
client:Cursor
transport:stdio
runtime:npm
Install graph polymarket mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"graph-polymarket-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"graph-polymarket-mcp"
],
"env": {
"GRAPH_API_KEY": "<GRAPH_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs