tumf/grafana-loki-mcp
by Various
Grafana Loki MCP Repository
MCP
tumf/grafana-loki-mcp
Added 1 June 2026
Overview
An MCP (Model Context Protocol) server that enables AI assistants to query Grafana Loki logs. It translates natural language requests into LogQL queries and returns results, allowing developers to interact with log data through AI tools.
Best for
Best for
Developers who want to query Loki logs via AI assistants for debugging and monitoring
Use cases
- Query application logs from an AI coding assistant during debugging
- Automate log analysis by integrating with MCP-compatible AI agents
- Monitor system behavior by asking natural language questions about Loki data
How to use
Install
pip install grafana-loki-mcp Tools exposed
query_lokiformat_loki_results
Example client config
{\n "mcpServers": {\n "loki": {\n "command": "uvx",\n "args": [\n "grafana-loki-mcp",\n "-u",\n "GRAFANA_URL",\n "-k",\n "GRAFANA_API_KEY"\n ]\n }\n }\n} Notes
An MCP (Model Context Protocol) server that enables AI assistants to query Grafana Loki logs. It translates natural language requests into LogQL queries and returns results, allowing developers to interact with log data through AI tools.
26 stars on GitHub. Last updated 2026-01-05. Licensed MIT.
Use cases
- Query application logs from an AI coding assistant during debugging
- Automate log analysis by integrating with MCP-compatible AI agents
- Monitor system behavior by asking natural language questions about Loki data
Pros
- Lightweight Python implementation with minimal dependencies
- Follows the MCP standard for easy integration with AI tools
- Simple setup for developers already running Grafana Loki
Cons
- Small community (26 stars) means limited support and fewer examples
- Requires a running Grafana Loki instance to be useful
- Documentation may be sparse for advanced use cases
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Lightweight Python implementation with minimal dependencies
- Follows the MCP standard for easy integration with AI tools
- Simple setup for developers already running Grafana Loki
Cons
- Small community (26 stars) means limited support and fewer examples
- Requires a running Grafana Loki instance to be useful
- Documentation may be sparse for advanced use cases
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.