rlg-mcp
Rank #6,893io.github.sebastienrousseau/rlg-mcp
MCP server exposing rlg log streams to LLM agents via JSON-RPC 2.0 over stdio.
rlg-mcp is a Model Context Protocol (MCP) server published by sebastienrousseau. It ranks #6,893 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. rlg-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Mar 7, 2026 and most recently updated on Aug 26, 2026.
Ranks ahead of 108,567 of 115,460 servers on MCP Toplist.
Use rlg-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add rlg-mcp -- docker run -i --rm ghcr.io/sebastienrousseau/rlg-mcp:0.0.12[mcp_servers.rlg-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/sebastienrousseau/rlg-mcp:0.0.12"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"rlg-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sebastienrousseau/rlg-mcp:0.0.12"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"rlg-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sebastienrousseau/rlg-mcp:0.0.12"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"rlg-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sebastienrousseau/rlg-mcp:0.0.12"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"rlg-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sebastienrousseau/rlg-mcp:0.0.12"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"rlg-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sebastienrousseau/rlg-mcp:0.0.12"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.sebastienrousseau%2Frlg-mcp)<a href="https://mcptoplist.com/server/io.github.sebastienrousseau%2Frlg-mcp"><img src="https://mcptoplist.com/badge/io.github.sebastienrousseau%2Frlg-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
sebastienrousseau
Other servers by sebastienrousseau
- Corral#5,462 · 6 vers
- noyalib-mcp#5,799 · 9 vers
- pain001-mcp#6,847 · 6 vers
- iso20022-bank-profile-mcp#8,835 · 5 vers
- iso20022-readiness-suite-mcp#8,911 · 5 vers
- camt053-mcp#9,262 · 4 vers
- iso20022-evidence-pack-mcp#9,413 · 5 vers
- pacs008-mcp#9,414 · 6 vers
- iso20022-mcp#9,552 · 5 vers
- bankstatementparser-mcp#9,867 · 3 vers
- acmt001-mcp#9,870 · 5 vers
- camt-exceptions#11,139 · 4 vers
Available versions (2)
| Version | Published |
|---|---|
| 0.0.12 | Aug 26, 2026 |
| 0.0.11 | Jul 6, 2026 |
Frequently asked questions
- Who maintains rlg-mcp?
- rlg-mcp is maintained by sebastienrousseau, which publishes 17 MCP servers (77 total versions) tracked on MCP Toplist.
- Is rlg-mcp listed on the Official MCP Registry?
- Yes — rlg-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does rlg-mcp have?
- MCP Toplist tracks 2 versions of rlg-mcp, most recently published on Aug 26, 2026.
- Where can I find the source code for rlg-mcp?
- The source code for rlg-mcp is hosted at github.com/sebastienrousseau/rlg.