Performance Co-Pilot for Cursor
io.github.major/pcp
Query system performance metrics via MCP - CPU, memory, disk I/O, network, processes
client:Cursor
transport:stdio
runtime:pypi
Install Performance Co-Pilot in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pcp": {
"type": "stdio",
"command": "uvx",
"args": [
"pcp-mcp"
],
"env": {
"PCP_HOST": "<PCP_HOST>",
"PCP_PORT": "<PCP_PORT>",
"PCP_TARGET_HOST": "<PCP_TARGET_HOST>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs