agent-toolkit

datacommonsorg/agent-toolkit
★ 140 stars Python 🧠 Memory/Knowledge Updated 1mo ago
Tools and agents for interacting with the Data Commons Knowledge Graph using the Model Context Protocol (MCP).
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-toolkit": {
      "command": "uvx",
      "args": [
        "agent-toolkit"
      ]
    }
  }
}

Or install with pip: pip install agent-toolkit