pch-mcp-server

pathcourse-health/pch-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated today
MCP server for PathCourse Health (PCH) — drop-in cheaper LLM inference, USDC-based agent payments, and agent identity / reputation lookup. Works in Claude Desktop, Cursor, Cline, Continue.dev, and Zed.
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": {
    "pch-mcp-server": {
      "command": "uvx",
      "args": [
        "pch-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install pch-mcp-server