prometheus-mcp-server

tjhop/prometheus-mcp-server
★ 44 stars Go 🤖 AI/LLM Updated 12d ago
MCP server for LLMs to interact with Prometheus
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "prometheus-mcp-serve": {
      "command": "go",
      "args": [
        "run",
        "github.com/tjhop/prometheus-mcp-server@latest"
      ]
    }
  }
}