Skip to content

Commit 63f91f7

Browse files
committed
README.md update
1 parent f99eb9f commit 63f91f7

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
1-
# loki-mcp-server
1+
# Loki MCP Server
2+
3+
Query Grafana Loki logs directly from AI agents using the Model Context Protocol (MCP).
4+
5+
Built in Go. Enables AI-powered log analysis using LogQL.
6+
7+
Supports integration with:
8+
- Claude Desktop
9+
- AI agent frameworks
10+
- automation tools
11+
- DevOps workflows
212

313
[![CI](https://github.com/incu6us/loki-mcp-server/actions/workflows/ci.yml/badge.svg)](https://github.com/incu6us/loki-mcp-server/actions/workflows/ci.yml)
414
[![Release](https://github.com/incu6us/loki-mcp-server/actions/workflows/release.yml/badge.svg)](https://github.com/incu6us/loki-mcp-server/actions/workflows/release.yml)
515
[![codecov](https://codecov.io/gh/incu6us/loki-mcp-server/branch/master/graph/badge.svg)](https://codecov.io/gh/incu6us/loki-mcp-server)
616
[![Go Report Card](https://goreportcard.com/badge/github.com/incu6us/loki-mcp-server)](https://goreportcard.com/report/github.com/incu6us/loki-mcp-server)
717
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
18+
![Stars](https://img.shields.io/github/stars/incu6us/loki-mcp-server)
19+
![MCP](https://img.shields.io/badge/MCP-compatible-green)
820

921
A [Model Context Protocol](https://modelcontextprotocol.io/) (MCP) server that exposes Grafana Loki log querying capabilities as MCP tools. Designed to run as a stdio subprocess for MCP clients such as Claude Desktop and Claude Code.
1022

0 commit comments

Comments
 (0)