Loki MCP Server
@scottlepp
About Loki MCP Server
No overview available yet
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
4Execute LogQL queries and retrieve matching log entries
Retrieve all label names available in the logs
Get all values for a specific label
Analyze log volume over time
Overview
What is Loki MCP Server?
A Model Context Protocol (MCP) server for Grafana Loki that provides AI agents with access to log data. It implements the MCP protocol to expose tools and resources for querying and analyzing logs stored in a Loki instance, giving Large Language Models (LLMs) additional context.
How to use Loki MCP Server?
Clone the repository, build with Go 1.18+, and start the server with a --loki-url flag or LOKI_URL environment variable. Then configure an MCP-compatible AI agent (e.g., Claude Desktop) to connect to the server using the provided JSON configuration examples.
Key features of Loki MCP Server
- Execute LogQL queries and retrieve matching log entries
- Retrieve all label names and values from logs
- Analyze log volume over time
- Access log streams by label selector via URI template
- Fetch recent error logs across all services
- Retrieve logs for a specific service
Use cases of Loki MCP Server
- Find error logs in a frontend service from the last hour
- List all possible values for the “app” label
- Access logs for an authentication service using a specific URI
- Provide AI agents with real-time log context for debugging
FAQ from Loki MCP Server
What are the prerequisites to run Loki MCP Server?
Go 1.18 or later and access to a running Grafana Loki instance are required.
How do I configure authentication?
Authentication can be set via command-line flags or environment variables: --username/LOKI_USERNAME, --password/LOKI_PASSWORD, --api-key/LOKI_API_KEY, and --tenant-id/LOKI_TENANT_ID for multi-tenant setups.
What is the default query timeout?
The default query timeout is 30 seconds, configurable with the --query-timeout flag or QUERY_TIMEOUT environment variable.
How do I use Loki MCP Server with Claude Desktop?
Add a “loki” entry to claude_desktop_config.json with the server’s command and any needed environment variables, as shown in the examples directory.
Where does the log data live?
All log data is stored in the externally provided Grafana Loki instance; the server itself does not store logs.
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments