MCP server to connect LLMs with Prometheus HTTP API
1 stars
Python
Updated May 12, 2025
Documentation
Prometheus MCP
Proof-of-concept Prometheus MCP server.
Prerequisites
Install uv:
Using uv, you can also install python.
How to run
Clone this repo.
Update the .env file
code
uv add "mcp[cli]" pillow google-auth matplotlib requests python-dotenvIntegrating with Claude
You can run the server with
code
uv --directory "/directory/to/prometheus-mcp" run server.pySo you may add this MCP server to your Claude MCP server configuration
code
{
"mcpServers": {
"Prometheus MCP": {
"command": "/path/to/uv",
"args": [
"--directory",
"/directory/to/prometheus-mcp",
"run",
"server.py"
]
}
}
}See MCP Quickstart
for more details for Claude specific instructions.
Demo
Similar MCP
Based on tags & features
Trending MCP
Most active this week
