Prometheus
Freeby Indie Developer
Open-source systems monitoring and alerting toolkit.
v1.0.0Added Jan 17, 2025
prometheusmonitoringmetrics
Prometheus MCP Server
Open-source systems monitoring and alerting toolkit.
Features
- Metrics queries
- Alerts
- Targets
- Rules
- Federation
Installation
{
"mcpServers": {
"prometheus": {
"command": "npx",
"args": ["-y", "mcp-prometheus"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-prometheus
Add to claude_desktop_config.json
{
"mcpServers": {
"prometheus": {
"command": "npx",
"args": ["-y", "mcp-prometheus"]
}
}
}