Skip to content
VS Code

voyager for VS Code

io.github.dir-ai/voyager

Cited, OSV-gated, injection-hardened web briefs for coding agents. Verified, never raw web.

client:VS Code transport:stdio runtime:npm

Install voyager in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

voyager in other clients