MCP-сервер The Graph для Polymarket.
npx graph-polymarket-mcp Configuration Claude Desktop Add to your claude_desktop_config.json: { "mcpServers": { "graph-polymarket": { "command": "npx", "args": ["-y", "graph-polymarket-mcp"], "env": { "GRAPH_API_KEY": "your-api-key-here" } } } } Claude Code