PathCourse Health (PCH) for Cline
io.github.pathcourse-health/mcp-server
Cheaper LLM inference, USDC agent payments via x402, agent identity / reputation lookup.
client:Cline
transport:stdio
runtime:npm
Install PathCourse Health (PCH) in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@pathcourse/mcp-server"
],
"env": {
"PCH_API_KEY": "<PCH_API_KEY>",
"PCH_GATEWAY_URL": "<PCH_GATEWAY_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs