MCP Server
MCP
io.github.mshegolev/prometheus-mcp
Prometheus MCP — query metrics, inspect alerts, and explore scrape targets (read-only).
Install
uvx prometheus-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "prometheus-mcp",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Prometheus server URL, e.g. https://prometheus.example.com (no trailing slash)",
"isRequired": true,
"format": "string",
"name": "PROMETHEUS_URL"
},
{
"description": "Bearer token for authentication. Takes priority over Basic auth.",
"format": "string",
"isSecret": true,
"name": "PROMETHEUS_TOKEN"
},
{
"description": "HTTP Basic auth username. Used only when PROMETHEUS_TOKEN is not set.",
"format": "string",
"name": "PROMETHEUS_USERNAME"
},
{
"description": "HTTP Basic auth password.",
"format": "string",
"isSecret": true,
"name": "PROMETHEUS_PASSWORD"
},
{
"description": "Verify SSL certificates (true/false). Set to 'false' for self-signed certs.",
"format": "string",
"default": "true",
"name": "PROMETHEUS_SSL_VERIFY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment