prometheus-mcp-server
Prometheus MCP Server is an MCP-compatible server that enables AI assistants to interact with Prometheus for metric queries and analysis. It supports authentication and Docker deployment, providing configurable tools for enhanced functionality.
What is the purpose of the Prometheus MCP Server?
The Prometheus MCP Server provides a standardized interface for accessing Prometheus metrics and executing PromQL queries, facilitating integration with AI assistants.
How can I authenticate with the Prometheus MCP Server?
Authentication can be done using basic auth or bearer token auth, configured through environment variables.
Is Docker support available for the Prometheus MCP Server?
Yes, the server supports Docker containerization for easy deployment and isolation.
Can I customize the tools available to the MCP client?
Yes, the list of tools is configurable, allowing you to choose which tools to make available to the MCP client.
What should I do if I encounter an 'Error: spawn uv ENOENT' in Claude Desktop?
You may need to specify the full path to 'uv' or set the environment variable 'NO_UV=1' in the configuration.