One universal Voyager: name a goal; it activates senses (repo, net) and runs a live mission.
claude mcp add voyager-agent -- npx -y @dir-ai/voyager-agent
claude_desktop_config.json
{
"mcpServers": {
"voyager-agent": {
"command": "npx",
"args": [
"-y",
"@dir-ai/voyager-agent"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"voyager-agent": {
"command": "npx",
"args": [
"-y",
"@dir-ai/voyager-agent"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"voyager-agent": {
"command": "npx",
"args": [
"-y",
"@dir-ai/voyager-agent"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"voyager-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dir-ai/voyager-agent"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"voyager-agent": {
"command": "npx",
"args": [
"-y",
"@dir-ai/voyager-agent"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.dir-ai--voyager-agent/reviews or the review_server meta-tool.
POST /mcp