O
Otel Prom MCP Server
by @fabriciodf
Prometheus AI Lab is a Dockerized playground with Prometheus, OTel Collector, a demo FastAPI emitting OTLP metrics, a PromQL UI that uses Ollama’s Llama3 to turn natural language into queries, and an MCP server already pointed at Prometheus. Spin it up, pull the model, and explore metrics end-to-end with raw JSON and human-friendly summaries.
Created 11/26/2025
Updated 19 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx otel_prom_mcp_server
Cursor configuration (mcp.json)
{
"mcpServers": {
"fabriciodf-otel-prom-mcp-server": {
"command": "uvx",
"args": [
"otel_prom_mcp_server"
]
}
}
}