Performance Co-Pilot
About
Query system performance metrics via MCP - CPU, memory, disk I/O, network, processes
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
PCP_HOST PCP_PORT PCP_TARGET_HOSTClaude Code
claude mcp add --env PCP_HOST= --env PCP_PORT= --env PCP_TARGET_HOST= pcp -- uvx pcp-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"pcp","command":"uvx","args":["pcp-mcp"],"env":{"PCP_HOST":"","PCP_PORT":"","PCP_TARGET_HOST":""}}'
JSON
{
"mcpServers": {
"pcp": {
"command": "uvx",
"args": [
"pcp-mcp"
],
"env": {
"PCP_HOST": "",
"PCP_PORT": "",
"PCP_TARGET_HOST": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.