Odel
Corral

Corral

Local
@sebastienrousseau1GoGPL-3.0Updated 2 days ago

Query your Corral-organised local mirror of cloned GitHub repositories. Zero network calls.

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/corral:0.0.32

Run

docker run -i --rm ghcr.io/sebastienrousseau/corral:0.0.32

MCP client config

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