Home › Development › rlg

rlg

MCP server exposing rlg log streams to LLM agents via JSON-RPC 2.0 over stdio.

Rust Local macOSWindowsLinux
★ 6 stars Last pushed 2026-09-21 License: Apache-2.0

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

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

Or add to your MCP client config:

{
  "mcpServers": {
    "rlg": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/sebastienrousseau/rlg-mcp:0.0.12"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry