Skip to main content
Glama

Prometheus MCP Server

MIT License
81
  • Linux
  • Apple

execute_query

Run instant PromQL queries to retrieve metrics data from Prometheus, enabling quick analysis and monitoring of system performance via the MCP server interface.

Instructions

Execute a PromQL instant query against Prometheus

Input Schema

NameRequiredDescriptionDefault
queryYes
timeNo

Input Schema (JSON Schema)

{ "properties": { "query": { "title": "Query", "type": "string" }, "time": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Time" } }, "required": [ "query" ], "title": "execute_queryArguments", "type": "object" }

You must be authenticated.

Other Tools from Prometheus MCP Server

Related Tools

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/pab1it0/prometheus-mcp-server'

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