Skip to content
Cursor

voyager repo for Cursor

io.github.dir-ai/voyager-repo

An AI agent's safe read-only scout to orient in an unknown repository before touching it.

client:Cursor transport:stdio runtime:npm

Install voyager repo in Cursor

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

{
  "mcpServers": {
    "voyager-repo": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dir-ai/voyager-repo"
      ]
    }
  }
}

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

voyager repo in other clients