← Back to Plugins
MCP Server MCP

Performance Co-Pilot

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx pcp-mcp

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...