mcpbeat Sign in

Performance Co-Pilot MCP Server

local only

Performance Co-Pilot runs on your own machine — the client starts it, so there is no endpoint to ping. 149 installs a week from pypi. Last commit 10 Apr 2026.

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

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 76 · avg 19 · +62% w/w
a month agotoday
149
Installs / week
pypi · pcp-mcp
0
Stars
1 open issues
10 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/release.yml:153
      - name: Update server.json version
        run: |
          VERSION=${{ needs.release.outputs.version }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add pcp -- uvx pcp-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pcp": {
      "args": [
        "pcp-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pcp]
command = "uvx"
args = ["pcp-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "pcp": {
      "args": [
        "pcp-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pcp": {
      "args": [
        "pcp-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: PCP_HOST (pmproxy host), PCP_PORT (pmproxy port), PCP_TARGET_HOST (Target pmcd host to monitor). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Performance Co-Pilot

same job, measured the same way
Linux MCP
by mohabdo21

Linux MCP server for real-time system monitoring - CPU, memory, disk, network, processes, Docker.

local only
A
AdAdvisor MCP Server
by adadvisor

Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.

answering
Steep
by steep

Query metrics, targets, entities, and team data in your Steep workspace via MCP.

answering
Lighthouse MCP
by priyankark

MCP server for Google Lighthouse performance metrics

1 738 installs/wk local only
Actvt
by actvt

Query live Mac system metrics, listening ports, and Claude Code and Codex session history.

local only
Google Business Profile MCP
by a1-x-tech

MCP server for Google Business Profile: locations, reviews, local posts and performance metrics.

131 installs/wk local only
Tiktok Organic MCP
by lanternrow

TikTok organic analytics — video performance, engagement metrics, and profile insights.

26 installs/wk local only
LibreNMS MCP
by mhajder

MCP server for LibreNMS network monitoring - query devices, ports, alerts, and manage infrastructure

837 installs/wk local only

Performance Co-Pilot — questions

Answers built from our own checks of this server.

Why is there no uptime for Performance Co-Pilot?
Performance Co-Pilot runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package pcp-mcp was installed 149 times last week.
Is Performance Co-Pilot still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Performance Co-Pilot?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls pcp-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Performance Co-Pilot?
The pypi package pcp-mcp was installed 149 times in the last week. Week over week that is +62%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Performance Co-Pilot open source?
Yes — it is published under the MIT licence, written in Python, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.