Skip to main content
Glama
bartest5

Prometheus MCP Server

by bartest5

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ORG_IDNoOrganization ID for multi-tenant setups
TOOL_PREFIXNoPrefix for all tool names (e.g., `staging` results in `staging_execute_query`). Useful for running multiple instances targeting different environments in Cursor
PROMETHEUS_URLYesURL of your Prometheus server
PROMETHEUS_TOKENNoBearer token for authentication
REQUESTS_CA_BUNDLENoPath to CA bundle file for verifying the server's TLS certificate (standard `requests` library env var)
PROMETHEUS_PASSWORDNoPassword for basic authentication
PROMETHEUS_USERNAMENoUsername for basic authentication
PROMETHEUS_CLIENT_KEYNoPath to client private key file for mutual TLS authentication
PROMETHEUS_CLIENT_CERTNoPath to client certificate file for mutual TLS authentication
PROMETHEUS_DISABLE_LINKSNoSet to True to disable Prometheus UI links in query results (saves context tokens)
PROMETHEUS_MCP_BIND_HOSTNoHost for HTTP transport127.0.0.1
PROMETHEUS_MCP_BIND_PORTNoPort for HTTP transport8080
PROMETHEUS_CUSTOM_HEADERSNoCustom headers as JSON string
PROMETHEUS_URL_SSL_VERIFYNoSet to False to disable SSL verification
PROMETHEUS_REQUEST_TIMEOUTNoRequest timeout in seconds to prevent hanging requests (DDoS protection)30
PROMETHEUS_MCP_STATELESS_HTTPNoEnable stateless HTTP mode for multi-replica supportFalse
PROMETHEUS_MCP_SERVER_TRANSPORTNoTransport mode (stdio, http, sse)stdio

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bartest5/pab1it0_prometheus-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server