Skip to content
Windsurf

rlg mcp for Windsurf

io.github.sebastienrousseau/rlg-mcp

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

client:Windsurf transport:stdio runtime:oci

Install rlg mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

rlg mcp in other clients