loki-mcp-server

incu6us/loki-mcp-server
★ 2 stars Go ⚙️ DevOps Updated 28d ago
An MCP server for querying Grafana Loki directly with a discovery-first workflow — labels, values, series, and LogQL queries without requiring Grafana.
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": {
    "loki-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/incu6us/loki-mcp-server@latest"
      ]
    }
  }
}