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.

コメント

「その他」の他のコンテンツ