Prometheus MCP Server
DevOpsMCP server enabling AI agents and LLMs to query and analyze Prometheus metrics through standardized interfaces.
Quick Install
uvx prometheus_mcp_server Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"prometheus-mcp-server": {
"command": "uvx",
"args": [
"prometheus_mcp_server"
]
}
}
}