A Model Context Protocol server exposing tools to query Prometheus/Loki/Grafana so any LLM/agent can investigate incidents
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-observability-se": {
"command": "npx",
"args": [
"-y",
"saheb-mnnit/mcp-observability-server-MCP-tools-for-SREs"
]
}
}
}
Run in terminal:
claude mcp add mcp-observability-se npx -y saheb-mnnit/mcp-observability-server-MCP-tools-for-SREs
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-observability-se": {
"command": "npx",
"args": [
"-y",
"saheb-mnnit/mcp-observability-server-MCP-tools-for-SREs"
]
}
}
}