Loading MCP server directory, please wait...
Prometheus MCP — query metrics, inspect alerts, and explore scrape targets (read-only).
npx @getmcp/cli add io.github.mshegolev/prometheus-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
PROMETHEUS_URLPrometheus server URL, e.g. https://prometheus.example.com (no trailing slash)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mshegolev/prometheus-mcp": {
"command": "uvx",
"args": [
"prometheus-mcp"
],
"env": {
"PROMETHEUS_URL": "",
"PROMETHEUS_TOKEN": "",
"PROMETHEUS_USERNAME": "",
"PROMETHEUS_PASSWORD": "",
"PROMETHEUS_SSL_VERIFY": "true"
}
}
}
}