Skip to content
Zed

PathCourse Health (PCH) for Zed

io.github.pathcourse-health/mcp-server

Cheaper LLM inference, USDC agent payments via x402, agent identity / reputation lookup.

client:Zed transport:stdio runtime:npm

Install PathCourse Health (PCH) in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@pathcourse/mcp-server"
      ],
      "env": {
        "PCH_API_KEY": "<PCH_API_KEY>",
        "PCH_GATEWAY_URL": "<PCH_GATEWAY_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

PathCourse Health (PCH) in other clients