voyager browser for VS Code
io.github.dir-ai/voyager-browser
Voyager's web-page sense: safe read-only observation of one live URL (structure, security, a11y).
client:VS Code
transport:stdio
runtime:npm
Install voyager browser in VS Code
.vscode/mcp.json
{
"servers": {
"voyager-browser": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dir-ai/voyager-browser"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs