MCP.so
登录

Loki MCP Server

@scottlepp

关于 Loki MCP Server

暂无概览

基本信息

分类

其他

许可证

MIT license

运行时

go

传输方式

stdio

发布者

scottlepp

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

4

Execute 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

概览

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.

评论

其他 分类下的更多 MCP 服务器