Connects to Performance Co-Pilot's pmproxy REST API to expose system metrics through five MCP tools: get_system_snapshot for CPU, memory, disk, and network overview; get_process_top for sorting processes by resource usage; query_metrics for fetching specific PCP metrics; search_metrics for discovery; and describe_metric for metadata. Built on FastMCP, runs via uvx without installation, and works against localhost pmcd by default or any remote host via PCP_TARGET_HOST. You'd reach for this when troubleshooting performance issues or capacity planning, asking Claude to analyze bottlenecks, compare resource trends, or identify which processes are consuming resources. Requires PCP with pmcd and pmproxy running on the monitored systems.
claude mcp add --transport stdio io.github.major-pcp uvx pcp