prometheus-mcp-server
Prometheus MCP Server
MCP server providing Prometheus metrics access and PromQL query execution for AI assistants
Package Details
ghcr.io/pab1it0/prometheus-mcp-server:1.6.0
Environment Variables
Prometheus server URL (e.g., http://localhost:9090)
Set to False to disable SSL verification
Set to True to disable Prometheus UI links in query results (saves context tokens in MCP clients)
Username for Prometheus basic authentication
Password for Prometheus basic authentication
Bearer token for Prometheus authentication
Organization ID for multi-tenant Prometheus setups
Path to client certificate file for mutual TLS authentication
Path to client private key file for mutual TLS authentication
MCP server transport type (stdio, http, or sse)
Host address for HTTP/SSE transport (default: 127.0.0.1)
Port number for HTTP/SSE transport (default: 8080)
Custom headers as JSON string to include in Prometheus requests