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
相关服务器
Scout Monitoring MCP
赞助Put performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
赞助Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Wordware
Run your Wordware apps locally with an interactive setup.
MCP Server Starter
A starter project for building MCP servers with TypeScript and Bun.
GraphQL MCP
Interact with GraphQL APIs using LLMs. Supports schema introspection and query execution.
RefactorMCP
Automated refactoring tools for C# code transformation using Roslyn.
OpenAI Image Generation
Generate and edit images using OpenAI's DALL-E models via the official Python SDK.
Infercnv-MCP
Infer Copy Number Variations (CNVs) from single-cell RNA-Seq data using a natural language interface.
Generic API MCP Server
A generic server to interact with any REST API, allowing you to query data, create items, and call methods.
Debugg AI
Enable your code gen agents to create & run 0-config end-to-end tests against new code changes in remote browsers via the Debugg AI testing platform.
Kapture
A Chrome DevTools Extension that enables browser automation through the Model Context Protocol (MCP) for AI applications.
Interactive Feedback MCP
Provides interactive user feedback and command execution for AI-assisted development.
