Rlg MCP

Near-lock-free structured logging for Rust, plus an ecosystem of companion crates: CLI tooling, MCP server, OTLP exporter, tower middleware, WebAssembly bindings, PII redaction, test utilities, and aggregation reports. Its 3 documented tools cluster into tail, filter, summarize.

People who work with logging, observability and otlp and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 · ★ 6 · #108 OF 120 MAINTAINED DEVOPS & MONITORING · VERIFIED 2026-09-18

Apache-2.0 · Rust servers · how we verify → /methodology

01 · Install Rlg MCP

Docker

docker run -i --rm ghcr.io/sebastienrousseau/rlg-mcp:0.0.12

Claude Desktop - add to config

{
  "mcpServers": {
    "sebastienrousseau-rlg": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/sebastienrousseau/rlg-mcp:0.0.12"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license Apache-2.0 - declared in the repository

registry namespace io.github.sebastienrousseau is GitHub-verified and matches the repo owner

03 · What Rlg MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 3 documented tools across tail, filter, summarize, including tail_log, filter_log, summarize_errors.

The 3 tools it gives your agent

Extracted from the project's README - what rlg-mcp lets an agent do.

tail_log
- path, optional n (default 100) → last n parseable records, rendered in Logfmt.
filter_log
- path, optional min_level / component / format → records matching every supplied filter, in the chosen LogFormat.
summarize_errors
- path → JSON map of component → error_count for ERROR-and-above records.

Latest releases

v0.0.12 · 2026-08-26

glama.json, tool titles, MCP annotations & usage guidance for Glama quality · add Dockerfile so Glama can build a release · crossbeam-epoch RUSTSEC-2026-0204 + CI gate repairs · reformat the Tools section as a bullet…

v0.0.11 · 2026-07-06

make publish steps idempotent on retry · MCP Registry + full v0.1.0 hardening plan (Waves 1–5)

v0.0.10 · 2026-05-31

apply dependabot bumps (closes #146, #147) · v0.0.10: rlg-otlp, rlg-tower, rlg-wasm, rlg-test, rlg-redact, rlg-report · extend release.yml for the v0.0.10 ecosystem (9 publishable crates)

04 · Who maintains Rlg MCP

rlg-mcp is maintained by sebastienrousseau. We track 17 MCP servers from sebastienrousseau - 16 actively maintained, 21 combined GitHub stars, oldest repo from Dec 2023.

05 · Facts

category
DevOps & monitoring - ranked #108 of 120 actively-maintained DevOps & monitoring servers as of 2026-09-18.
release cadence
2 releases in the last 90 days (latest 2026-08-26)
registry
io.github.sebastienrousseau/rlg-mcp (active, first published 2026-07-06 · 2 versions)
packages
oci:ghcr.io/sebastienrousseau/rlg-mcp:0.0.12

06 · Rlg MCP FAQ

Is Rlg MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 2 releases in the last 90 days. We re-verify nightly.

What can Rlg MCP do?

An agent gets 3 documented tools across tail, filter, summarize, including tail_log, filter_log, summarize_errors.

How do I install Rlg MCP?

Run `docker run -i --rm ghcr.io/sebastienrousseau/rlg-mcp:0.0.12`. You can also paste the ready-made client config above.

07 · Alternatives to Rlg MCP

More DevOps & monitoring MCP servers · Better Stack MCP · Agentic Ledger · SigNoz MCP Server · HomeLab Monitor · Fleet MCP

More Rust MCP servers · Alaya MCP · Sema · Native DevTools · Thronglets · Sinter · see all