voyager net for Cursor
io.github.dir-ai/voyager-net
A safe, read-only, authorized audit of one host you own: DNS, ports, TLS, HTTP hygiene.
client:Cursor
transport:stdio
runtime:npm
Install voyager net in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"voyager-net": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dir-ai/voyager-net"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs