Skip to main content
MonitoringPython

tumf/grafana-loki-mcp

An MCP server that allows querying Loki logs through the Grafana API.

monitoringlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/tumf/grafana-loki-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "grafana-loki-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tumf/grafana-loki-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Monitoring
Language
Python
Author
tumf