voyager agent for Zed
io.github.dir-ai/voyager-agent
One universal Voyager: name a goal; it activates senses (repo, net) and runs a live mission.
client:Zed
transport:stdio
runtime:npm
Install voyager agent in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"voyager-agent": {
"command": "npx",
"args": [
"-y",
"@dir-ai/voyager-agent"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs