tumf/grafana-loki-mcp
An MCP server that allows querying Loki logs through the Grafana API.
Quick Start
Clone the repository:
git clone https://github.com/tumf/grafana-loki-mcpClaude 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.