pcp-mcp
Verified Safeby major
Overview
Provides an MCP server to query real-time system performance metrics from Performance Co-Pilot (PCP), including CPU, memory, disk I/O, network, and processes, enabling LLM-driven system analysis and troubleshooting.
Installation
pcp-mcpSecurity Notes
The server correctly uses environment variables for sensitive credentials (PCP_USERNAME, PCP_PASSWORD) and enables TLS verification by default (PCP_TLS_VERIFY). It implements a robust allowlist mechanism (PCP_ALLOWED_HOSTS) to restrict which remote hosts can be queried via the 'host' parameter in tools, mitigating Server-Side Request Forgery (SSRF) risks. No 'eval', 'exec', or other dynamic code execution patterns were found. The implementation demonstrates good security practices for a network-facing service.
Similar Servers
cosmotop
System monitoring and information exposure via MCP protocol.
lighthouse-mcp-server
Provides comprehensive web performance, accessibility, SEO, and security auditing and analysis using Google Lighthouse for LLMs and AI agents.
prometheus-mcp
A Model Context Protocol (MCP) server that enables AI agents and CLI users to query and discover metrics from Prometheus, with built-in features like retries, caching, and an optional metrics exporter.
prometheus-mcp-server
Enables natural language interaction with Prometheus metrics and queries by acting as a Model Context Protocol (MCP) server.