Odel
rlg

rlg

Local
@sebastienrousseau4RustApache-2.0Updated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/sebastienrousseau/rlg-mcp:0.0.12

Run

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

MCP client config

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