Corral
Rank #5,462io.github.sebastienrousseau/corral
Query your Corral-organised local mirror of cloned GitHub repositories. Zero network calls.
Corral is a Model Context Protocol (MCP) server published by sebastienrousseau. It ranks #5,462 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Corral is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Jul 1, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 109,998 of 115,460 servers on MCP Toplist.
Use Corral
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add corral -- docker run -i --rm ghcr.io/sebastienrousseau/corral:0.0.27[mcp_servers.corral]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/sebastienrousseau/corral:0.0.27"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"corral": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sebastienrousseau/corral:0.0.27"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"corral": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sebastienrousseau/corral:0.0.27"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"corral": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sebastienrousseau/corral:0.0.27"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"corral": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sebastienrousseau/corral:0.0.27"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"corral": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sebastienrousseau/corral:0.0.27"
]
}
}
}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%2Fcorral)<a href="https://mcptoplist.com/server/io.github.sebastienrousseau%2Fcorral"><img src="https://mcptoplist.com/badge/io.github.sebastienrousseau%2Fcorral.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
sebastienrousseau
Other servers by sebastienrousseau
- noyalib-mcp#5,799 · 9 vers
- pain001-mcp#6,847 · 6 vers
- rlg-mcp#6,893 · 2 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 (6)
| Version | Published |
|---|---|
| 0.0.27 | Aug 29, 2026 |
| 0.0.26 | Aug 29, 2026 |
| 0.0.25 | Aug 20, 2026 |
| 0.0.24 | Aug 19, 2026 |
| 0.0.22 | Aug 18, 2026 |
| 0.0.10 | Jul 1, 2026 |
Frequently asked questions
- Who maintains Corral?
- Corral is maintained by sebastienrousseau, which publishes 17 MCP servers (77 total versions) tracked on MCP Toplist.
- Is Corral listed on the Official MCP Registry?
- Yes — Corral is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Corral have?
- MCP Toplist tracks 6 versions of Corral, most recently published on Aug 29, 2026.
- Where can I find the source code for Corral?
- The source code for Corral is hosted at github.com/sebastienrousseau/corral.