prometheus-mcp-server
An API-complete MCP server to manage Prometheus-compatible backends via comprehensive tools.
The Prometheus MCP Server provides a standardized interface for AI assistants to access and analyze metrics data from Prometheus. By leveraging the Model Context Protocol, it allows for seamless execution of PromQL queries, enabling deeper insights into metrics and performance monitoring. This integration empowers users to interact with their Prometheus data in a more intuitive way, enhancing the capabilities of AI-driven applications.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"prometheus-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-prometheus-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions