Prometheus MCP
Expose Prometheus monitoring tools to an LLM for querying and analysis.
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
Related Servers
MCPControl
Programmatically control Windows mouse, keyboard, window management, screen capture, and clipboard operations.
Deep Code Reasoning MCP Server
Performs complementary code analysis by combining Claude Code and Google's Gemini AI.
MCP Chart Server
Create real-time TradingView chart visualizations using the Chart-IMG API.
Cloudflare MCP Server Example
An example of deploying a remote MCP server on Cloudflare Workers without authentication.
Mastra/mcp
Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
Rails Active MCP
A Ruby gem providing secure Rails console access through MCP for AI agents and development tools.
TradingCyborg MCP Server
A professional trading server with over 26 tools for Bybit API integration.
MCP Montano Server
A general-purpose server project built with TypeScript.
TeamCity
MCP server for TeamCity, integrates with Claude Desktop and Cursor.
Chromium Helper
Access Chromium and PDFium source code repositories using Google's official CodeSearch APIs, supporting advanced search, Gerrit integration, and issue tracking.