Loki
Freeby Indie Developer
Horizontally scalable log aggregation system by Grafana.
v1.0.0Added Mar 4, 2025
lokilogsgrafana
Loki MCP Server
Horizontally scalable log aggregation system by Grafana.
Features
- LogQL queries
- Labels
- Streams
- Retention
- Alerting
Installation
{
"mcpServers": {
"loki": {
"command": "npx",
"args": ["-y", "mcp-loki"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-loki
Add to claude_desktop_config.json
{
"mcpServers": {
"loki": {
"command": "npx",
"args": ["-y", "mcp-loki"]
}
}
}