Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Prometheus MCP Server: Query and analyze Prometheus metrics with AI assistants through standardized Model Context Protocol interfaces.
GitHub MCP Server enables advanced automation and interaction capabilities for developers and tools using Model Context Protocol.
A Model Context Protocol (MCP) server for Prometheus. This server enables AI assistants to query and analyze Prometheus metrics through standardized MCP interfaces, facilitating PromQL query execution and data analysis.
Build the Docker image:
docker build -t prometheus-mcp-server .
Run with Docker Compose or directly, configuring environment variables.
Contributions are welcome. The project uses uv
for dependency management. Tests are organized into configuration validation, server functionality, error handling, and main application tests.