Odel
PathCourse Health (PCH)

PathCourse Health (PCH)

Local
@pathcourse-healthPythonMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@pathcourse/mcp-serverv1.0.1

Run

npx -y @pathcourse/mcp-server

MCP client config

{
  "mcpServers": {
    "pathcourse-health-pch": {
      "command": "npx",
      "args": [
        "-y",
        "@pathcourse/mcp-server"
      ]
    }
  }
}
PyPIpch-mcp-serverv1.0.1

Run

uvx pch-mcp-server

MCP client config

{
  "mcpServers": {
    "pathcourse-health-pch": {
      "command": "uvx",
      "args": [
        "pch-mcp-server"
      ]
    }
  }
}