Performance Co-Pilot for Windsurf
io.github.major/pcp
Query system performance metrics via MCP - CPU, memory, disk I/O, network, processes
client:Windsurf
transport:stdio
runtime:pypi
Install Performance Co-Pilot in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"pcp": {
"command": "uvx",
"args": [
"pcp-mcp"
],
"env": {
"PCP_HOST": "<PCP_HOST>",
"PCP_PORT": "<PCP_PORT>",
"PCP_TARGET_HOST": "<PCP_TARGET_HOST>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs