MCP server providing Prometheus metrics access and PromQL query execution for AI assistants
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
ghcr.io/pab1it0/prometheus-mcp-server:1.6.2 · oci
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.pab1it0/prometheus-mcp-server",
"description": "MCP server providing Prometheus metrics access and PromQL query execution for AI assistants",
"title": "Prometheus MCP Server",
"repository": {
"url": "https://github.com/pab1it0/prometheus-mcp-server",
"source": "github"
},
"version": "1.6.2",
"websiteUrl": "https://pab1it0.github.io/prometheus-mcp-server",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/pab1it0/prometheus-mcp-server:1.6.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Prometheus server URL (e.g., http://localhost:9090)",
"isRequired": true,
"format": "string",
"name": "PROMETHEUS_URL"
},
{
"description": "Set to False to disable SSL verification",
"format": "boolean",
"name": "PROMETHEUS_URL_SSL_VERIFY"
},
{
"description": "Set to True to disable Prometheus UI links in query results (saves context tokens in MCP clients)",
"format": "boolean",
"name": "PROMETHEUS_DISABLE_LINKS"
},
{
"description": "Username for Prometheus basic authentication",
"format": "string",
"name": "PROMETHEUS_USERNAME"
},
{
"description": "Password for Prometheus basic authentication",
"format": "string",
"isSecret": true,
"name": "PROMETHEUS_PASSWORD"
},
{
"description": "Bearer token for Prometheus authentication",
"format": "string",
"isSecret": true,
"name": "PROMETHEUS_TOKEN"
},
{
"description": "Organization ID for multi-tenant Prometheus setups",
"format": "string",
"name": "ORG_ID"
},
{
"description": "Path to client certificate file for mutual TLS authentication",
"format": "string",
"name": "PROMETHEUS_CLIENT_CERT"
},
{
"description": "Path to client private key file for mutual TLS authentication",
"format": "string",
"name": "PROMETHEUS_CLIENT_KEY"
},
{
"description": "MCP server transport type (stdio, http, or sse)",
"format": "string",
"name": "PROMETHEUS_MCP_SERVER_TRANSPORT"
},
{
"description": "Host address for HTTP/SSE transport (default: 127.0.0.1)",
"format": "string",
"name": "PROMETHEUS_MCP_BIND_HOST"
},
{
"description": "Port number for HTTP/SSE transport (default: 8080)",
"format": "number",
"name": "PROMETHEUS_MCP_BIND_PORT"
},
{
"description": "Enable stateless HTTP mode for multi-replica support (default: false)",
"format": "string",
"name": "PROMETHEUS_MCP_STATELESS_HTTP"
},
{
"description": "Custom headers as JSON string to include in Prometheus requests",
"format": "string",
"name": "PROMETHEUS_CUSTOM_HEADERS"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-03T13:29:00.993156Z",
"publishedAt": "2026-08-03T13:29:00.993156Z",
"updatedAt": "2026-08-03T13:29:00.993156Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.6.2last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.