Query system performance metrics via MCP - CPU, memory, disk I/O, network, processes
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP server for Performance Co-Pilot (PCP) metrics.
Query system performance metrics via the Model Context Protocol - CPU, memory, disk I/O, network, processes, and more.
π Full Documentation | π Getting Started
Run immediately with uvx β no installation required:
Or install as a persistent global tool:
Or with uv:
pmcd and pmproxy running
Configure via environment variables:
| Variable | Description | Default |
|---|---|---|
PCP_HOST | pmproxy host | localhost |
PCP_PORT | pmproxy port | 44322 |
PCP_TARGET_HOST | Target pmcd host to monitor | localhost |
PCP_USE_TLS | Use HTTPS for pmproxy | false |
PCP_TLS_VERIFY | Verify TLS certificates | true |
PCP_TLS_CA_BUNDLE | Path to custom CA bundle | (optional) |
PCP_TIMEOUT | Request timeout (seconds) | 30 |
PCP_USERNAME | HTTP basic auth user | (optional) |
PCP_PASSWORD | HTTP basic auth password | (optional) |
PCP_ALLOWED_HOSTS | Hostspecs allowed via host param | (optional) |
Or use the CLI flag:
Add to ~/.config/claude/claude_desktop_config.json:
For remote monitoring:
π‘ Using
uvxmeans you don't need pcp-mcp installed β it runs directly from PyPI.
get_system_snapshot - Point-in-time system overview (CPU, memory, disk, network, load)get_process_top - Top processes by CPU, memory, or I/O usagequery_metrics - Fetch current values for specific PCP metricssearch_metrics - Discover available metrics by name patterndescribe_metric - Get detailed metadata about a metricAsk Claude to:
PCP_TARGET_HOST to query a different pmcd instance via pmproxyFull documentation at https://major.github.io/pcp-mcp
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/performance-co-pilot)<a href="https://allmcps.com/mcp/performance-co-pilot"><img src="https://allmcps.com/api/badge/performance-co-pilot?style=directory" alt="Performance Co Pilot on AllMCPs" /></a>