Prometheus MCP
Proof-of-concept Prometheus MCP server.
Prerequisites
Install uv: https://docs.astral.sh/uv/getting-started/installation/
Using uv, you can also install python.
How to run
Clone this repo.
Update the .env file
uv add "mcp[cli]" pillow google-auth matplotlib requests python-dotenv
Integrating with Claude
You can run the server with
uv --directory "/directory/to/prometheus-mcp" run server.py
So you may add this MCP server to your Claude MCP server configuration
{
"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
Recommend MCP Servers 💡
GXtract
GXtract MCP Server for VS Code, forks and other editors; provides tools for interacting with GroundX
MCP-SynoLink
An MCP server for Synology NAS that enables AI assistants to perform file operations like listing, uploading, downloading, and managing files and folders.
pinner-mcp
MCP server that pins 3rd party dependencies to immutable digests for Docker base images and GitHub Actions
@https-eduardo/clockify-mcp-server
A MCP Server to manage time entries in Clockify
python-mcp-server
An MCP server that runs a Python environment to execute LLM-generated code, useful for web scraping.
@mpeirone/zabbix-mcp-server
🔌 Complete MCP server for Zabbix integration - Connect AI assistants to Zabbix monitoring with 40+ tools for hosts, items, triggers, templates, problems, and more. Features read-only mode and comprehensive API coverage.
