From 57ab02cd15d44ceaaba96928bb874e72db36b795 Mon Sep 17 00:00:00 2001 From: mo-silent <39917284+mo-silent@users.noreply.github.com> Date: Mon, 18 Aug 2025 00:17:12 +0800 Subject: [PATCH] Add Python Loki MCP server to README (#2560) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b68b2943..3f7fab05 100644 --- a/README.md +++ b/README.md @@ -807,6 +807,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[Local History](https://github.com/xxczaki/local-history-mcp)** – MCP server for accessing VS Code/Cursor's Local History. - **[Locust](https://github.com/QAInsights/locust-mcp-server)** - Allows running and analyzing Locust tests using MCP compatible clients. - **[Loki](https://github.com/scottlepp/loki-mcp)** - Golang based MCP Server to query logs from [Grafana Loki](https://github.com/grafana/loki). +- **[Loki MCP Server](https://github.com/mo-silent/loki-mcp-server)** - Python based MCP Server for querying and analyzing logs from Grafana Loki with advanced filtering and authentication support. - **[LottieFiles](https://github.com/junmer/mcp-server-lottiefiles)** - Searching and retrieving Lottie animations from [LottieFiles](https://lottiefiles.com/) - **[lsp-mcp](https://github.com/Tritlo/lsp-mcp)** - Interact with Language Servers usint the Language Server Protocol to provide additional context information via hover, code actions and completions. - **[Lspace](https://github.com/Lspace-io/lspace-server)** - Turn scattered ChatGPT/Claude/Cursor conversations into persistent, searchable knowledge.