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 💡
raj-mehra/jira-mcp
Jira integration server providing ticket fetching and searching via MCP framework
lean-lsp-mcp
MCP server that allows agentic interaction with the Lean theorem prover via the Language Server Protocol using leanclient
nostr-code-snippet-mcp
A MCP server for providing code snippets via Nostr
aranet4-mcp-server
An MCP server to manage Aranet4 CO2 sensors, enabling data fetching, local storage in SQLite, and querying for historical measurements, including plotting capabilities.
developer
A general-purpose Model Context Protocol (MCP) server offering comprehensive developer tools for file editing, shell command execution, and screen capture.
telephony-mcp-server
A very simple no-fuss minimalist MCP Server with telephony tools like voice call and sms. This MCP Server can be integrated with LLM applications. Vonage API is used for calls, SMS, Speech-to-Text and Speech Recognition.
