voyager agent for Cursor
io.github.dir-ai/voyager-agent
One universal Voyager: name a goal; it activates senses (repo, net) and runs a live mission.
client:Cursor
transport:stdio
runtime:npm
Install voyager agent in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"voyager-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dir-ai/voyager-agent"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs