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
Prometheus MCP
Project Details
- etruong42/prometheus-mcp
- Last Updated: 4/16/2025
Recomended MCP Servers
MCP Server for Dropbox
MCP Flowise
Dev assistant MCP
MCP server for macOS text-to-speech functionality
A Model Context Protocol (MCP) server that provides tools for fetching and analyzing Reddit content.
Model Context Procotol(MCP) server for using Amazon Bedrock Nova Canvas to generate images
Run any AWS Lambda function as a Large Language Model (LLM) tool without code changes using Anthropic's Model...
MCP Server for running Postman Collections with Newman
A podman ubuntu 24.04 container that serves a MCP server; with file, code execution, bash shell, and more.