Serversio.github.major/pcp
P

Performance Co-Pilot

io.github.major/pcp · v1.5.1
▦ pypi
v1.5.1pypi pypi: pcp-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.major/pcp",
  "description": "Query system performance metrics via MCP - CPU, memory, disk I/O, network, processes",
  "title": "Performance Co-Pilot",
  "repository": {
    "url": "https://github.com/major/pcp-mcp",
    "source": "github"
  },
  "version": "1.5.1",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "pcp-mcp",
      "version": "1.5.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "pmproxy host",
          "format": "string",
          "name": "PCP_HOST"
        },
        {
          "description": "pmproxy port",
          "format": "string",
          "name": "PCP_PORT"
        },
        {
          "description": "Target pmcd host to monitor",
          "format": "string",
          "name": "PCP_TARGET_HOST"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}