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 💡
@joshuarileydev/mac-apps-launcher-mcp-server
A Model Context Protocol (MCP) server for launching and managing macOS applications.
monad-mcp
An MCP server for deploying Monad contracts with AI integration, providing tools for compiling and deploying Solidity contracts to the Monad testnet
jvm-diagnostics-mcp
An MCP Server wrapping JVM diagnostic tools like jstat, jcmd, jps for local stdio use.
mcp-maven-deps
An MCP server that provides tools for checking Maven dependency versions and retrieving their latest versions from Maven Central Repository.
fastmcp
The fast, Pythonic way to build MCP servers and clients
mcp-log-proxy
a web logging proxy for MCP client-server communication
