graph-agent-toolkit

jiggy-cadence/graph-agent-toolkit
★ 0 stars JavaScript AI/LLM Updated today
MCP server + agent skill for live The Graph subgraph queries — ETHOnline 2026
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "graph-agent-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "jiggy-cadence/graph-agent-toolkit"
      ]
    }
  }
}