Odel
voyager repo

voyager repo

Local
@dir-aiTypeScriptMITUpdated 1mo ago

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

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).

npm@dir-ai/voyager-repov0.7.0

Run

npx -y @dir-ai/voyager-repo

MCP client config

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