dspy-mcp-tools

marcusjihansson/dspy-mcp-tools
★ 8 stars Python 🔌 API Integration Updated 2mo ago
Dspy built MCP tools on a FastAPI server connected to a Golang server, client and cli
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": {
    "dspy-mcp-tools": {
      "command": "uvx",
      "args": [
        "dspy-mcp-tools"
      ]
    }
  }
}

Or install with pip: pip install dspy-mcp-tools