voyager agent for VS Code
io.github.dir-ai/voyager-agent
One universal Voyager: name a goal; it activates senses (repo, net) and runs a live mission.
client:VS Code
transport:stdio
runtime:npm
Install voyager agent in VS Code
.vscode/mcp.json
{
"servers": {
"voyager-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dir-ai/voyager-agent"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs