Awesome MCPCloud & DevOps

grafana/loki-mcp

⭐ 170 Go repository created 2025-04-10

Loki MCP Server is a Go implementation of a Model Context Protocol server that gives AI assistants access to log data stored in Grafana Loki. Its single tool, loki_query, takes a LogQL query string as the only required parameter and accepts optional url, start, end, limit and org arguments, defaulting to the last hour, a limit of one hundred entries and the Loki instance named by the LOKI_URL environment variable or http://localhost:3100. Configuration can also come entirely from the environment: LOKI_URL for the server address, LOKI_ORG_ID for the tenant sent as the X-Scope-OrgID header in multi-tenant setups, LOKI_USERNAME and LOKI_PASSWORD for basic authentication, and LOKI_TOKEN for bearer token authentication. The README notes that token-based authentication is preferable to a username and password and warns against leaking credentials through logs or config files. The server speaks two transports. The default is stdin and stdout, which suits Claude Desktop and other MCP clients that launch a local process; the alternative is an HTTP server that exposes an SSE endpoint at /sse and an MCP endpoint at /mcp on port 8080 by default, configurable through SSE_PORT, which the README uses to integrate the server with n8n workflows through the MCP Client Tools node. The layout is conventional for a Go project: cmd/server holds the server, cmd/client holds a test client that can issue loki_query calls from the shell, internal/handlers holds the tool handler in loki.go, and internal/models holds the data types. A Dockerfile and a Docker Compose stack are provided, the latter bringing up Loki, Grafana with Loki preconfigured as a data source, a log generator and the MCP server, together with shell scripts to insert dummy logs and to run test queries. Claude Desktop can be wired to the binary, a shell script or the Docker image.

https://github.com/grafana/loki-mcp

mcpmcp-servergografanalokilogqllogsobservabilityssedocker

Also in Cloud & DevOps

apache/apisix

Apache APISIX is a high-performance cloud-native API Gateway and AI Gateway that supports Model Context Protocol (MCP) integration through its mcp-bridge plugin, offering dynamic traffic management, security, and observability features.

awslabs/mcp

AWS MCP Servers is a suite of specialized Model Context Protocol servers that integrate AWS best practices and resources into AI-powered development workflows to enhance cloud-native development and infrastructure management.

webiny/webiny-js

Webiny is an open-source, self-hosted headless CMS and framework, built on AWS serverless with AI-assisted development capabilities via an embedded MCP server, designed for large organizations.

modelcontextprotocol/registry

MCP Registry is a community-driven centralized service offering a RESTful API for discovering, managing, and publishing Model Context Protocol (MCP) servers with MongoDB and Docker support.

beclab/Olares

Olares is an open-source personal cloud operating system that enables users to run local AI models and applications with personalized, context-aware AI interactions using a Model Context Protocol-like mechanism, providing a private and secure AI home server environment.

cloudflare/mcp-server-cloudflare

Cloudflare MCP Server is a suite of MCP servers that enable large language model clients to interact with and manage Cloudflare's cloud services through natural language commands, facilitating automation and insights across various domains.

grafana/mcp-grafana

mcp-grafana is an MCP server that provides comprehensive programmatic access to Grafana's dashboards, datasources, alerts, incidents, and on-call management features through MCP clients.

metorial/mcp-containers

MCP Containers offers containerized versions of hundreds of MCP servers, enabling easy, secure, and up-to-date deployment of Model Context Protocol servers for AI integration and experimentation.