Queries Grafana Loki logs using the Model Context Protocol.
Loki is a Go-based Model Context Protocol (MCP) server that enables querying of Grafana Loki logs. It provides a `loki_query` tool that allows users to execute LogQL queries against a specified Loki instance. The server communicates via stdin/stdout, making it compatible with MCP clients such as Claude Desktop and Cursor, enabling seamless integration of Loki log data into agentic workflows. Docker support simplifies deployment and local testing with a complete Docker Compose setup including Loki, Grafana, and a log generator.