Skip to content
Cline

Performance Co-Pilot for Cline

io.github.major/pcp

Query system performance metrics via MCP - CPU, memory, disk I/O, network, processes

client:Cline transport:stdio runtime:pypi

Install Performance Co-Pilot 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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pcp": {
      "command": "uvx",
      "args": [
        "pcp-mcp"
      ],
      "env": {
        "PCP_HOST": "<PCP_HOST>",
        "PCP_PORT": "<PCP_PORT>",
        "PCP_TARGET_HOST": "<PCP_TARGET_HOST>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Performance Co-Pilot in other clients