PathCourse Health (PCH) for Cursor
io.github.pathcourse-health/mcp-server
Cheaper LLM inference, USDC agent payments via x402, agent identity / reputation lookup.
client:Cursor
transport:stdio
runtime:npm
Install PathCourse Health (PCH) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pathcourse/mcp-server"
],
"env": {
"PCH_API_KEY": "<PCH_API_KEY>",
"PCH_GATEWAY_URL": "<PCH_GATEWAY_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs