Skip to content
Cursor

Corral for Cursor

io.github.sebastienrousseau/corral

Search code and symbols across every clone in your Corral workspace. Zero network calls.

client:Cursor transport:stdio runtime:oci

Install Corral in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Corral in other clients