Skip to main content

Grafana Loki MCP Server

Project description

Loki MCP Server

CI

A Go-based server implementation for the Model Context Protocol (MCP) with Grafana Loki integration.

Quick Start (Recommended)

Run the server directly with a single command using uvx or pipx. No manual build or Docker required (requires Go 1.24+).

# Using uvx
uvx elad12390-loki-mcp

# Using pipx
pipx run elad12390-loki-mcp

This will automatically download, compile, and run the server.

Configuration

The server is configured via environment variables. You can pass these when running the command:

  • LOKI_URL: Loki server URL (default: http://localhost:3100)
  • LOKI_ORG_ID: Default organization ID (X-Scope-OrgID)
  • LOKI_USERNAME: Basic auth username
  • LOKI_PASSWORD: Basic auth password
  • LOKI_TOKEN: Bearer token

Example with Claude Desktop config:

{
  "mcpServers": {
    "loki": {
      "command": "uvx",
      "args": ["elad12390-loki-mcp"],
      "env": {
        "LOKI_URL": "https://logs-prod-us-central1.grafana.net",
        "LOKI_USERNAME": "your-username",
        "LOKI_PASSWORD": "your-password"
      }
    }
  }
}

Features

The loki_query tool allows you to query Grafana Loki log data:

  • Query: LogQL query string (required)
  • Time Range: start and end times (default: last 1 hour)
  • Limit: Max entries (default: 100)
  • Org ID: Multi-tenant organization support

Example Queries:

  • "Find error logs from the last hour in Loki using query {job="varlogs"} |= "ERROR""
  • "Show me the most recent 50 logs from Loki with job=varlogs"
  • "Query Loki for logs with org 'tenant-123' using query {job="varlogs"}"

Development

If you want to contribute or build manually:

# Build
go build -o loki-mcp-server ./cmd/server

# Run
./loki-mcp-server

Docker

docker build -t loki-mcp-server .
docker run --rm -i loki-mcp-server

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

elad12390_loki_mcp-0.1.2.tar.gz (5.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

elad12390_loki_mcp-0.1.2-py3-none-any.whl (5.4 MB view details)

Uploaded Python 3

File details

Details for the file elad12390_loki_mcp-0.1.2.tar.gz.

File metadata

  • Download URL: elad12390_loki_mcp-0.1.2.tar.gz
  • Upload date:
  • Size: 5.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.8

File hashes

Hashes for elad12390_loki_mcp-0.1.2.tar.gz
Algorithm Hash digest
SHA256 bc8b3b7bc8e40f4707558d825c32325599b9416e90dd44dee6026434c7e8218e
MD5 de50298eeb05e75e2c4c05ad33836f6c
BLAKE2b-256 0f3ead23f230c23965fe73fca9eee7fff2021cb3f65cc05a4e02dbc0f9ce529b

See more details on using hashes here.

File details

Details for the file elad12390_loki_mcp-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for elad12390_loki_mcp-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5df5a9dbb860edafaa442b3dd72ad51d460171cafaa4bbad5a807e5092fab27c
MD5 39ded1e235dc8cd226b0aacc16ed1f2b
BLAKE2b-256 00ac4013a216b6e6cf65f2dcc707740c4903622b9d0a3ac94864d5f7961ff893

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page