loki-mcp
If you are the rightful owner of loki-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.
A Go-based server implementation for the Model Context Protocol (MCP) with Grafana Loki integration.
The Loki MCP Server is a Go-based implementation designed to facilitate communication using the Model Context Protocol (MCP). It integrates seamlessly with Grafana Loki, allowing users to query log data efficiently. The server operates using standard input/output, making it compatible with various MCP clients like Claude Desktop. It also supports HTTP Server with Server-Sent Events (SSE) for real-time event streaming. The server can be run directly using Go, as a compiled binary, or within a Docker container, providing flexibility in deployment. The project includes a comprehensive Docker Compose setup for local testing with Loki and Grafana, enabling users to explore logs visually. Additionally, the server can be integrated with tools like n8n and Cursor, enhancing its utility in different environments.
Features
- Integration with Grafana Loki for log querying.
- Supports both MCP and HTTP Server with SSE for communication.
- Docker and Docker Compose support for easy deployment.
- Comprehensive testing and CI/CD workflows for reliability.
- Modular architecture with separate handlers and utilities.