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 💡
elektron-mcp
An MCP server enabling LLMs to control Elektron synthesizers via MIDI, specifically supporting the Digitone for sound design.
ghidraMCP
A Model Context Protocol server that integrates with Ghidra to enable LLMs to autonomously reverse engineer applications, exposing core Ghidra functionalities to MCP clients.
mcp-national-rail
A Model Context Protocol (MCP) server to retrieve train schedules from National Rail
npm-search-mcp-server
A Model Context Protocol server that allows you to search for npm packages by calling the `npm search` command
server-cmd
An MCP server for executing command-line operations (CMD commands) on Windows and Linux, including SSH connections, designed for integration with MCP-compatible applications.
mcp-v8
MCP server that exposes a V8 JavaScript runtime as a tool for AI agents like Claude and Cursor. Supports persistent heap snapshots via S3 or local filesystem, and is ready for integration with modern AI development environments.
