Skip to content
VS Code

voyager net for VS Code

io.github.dir-ai/voyager-net

A safe, read-only, authorized audit of one host you own: DNS, ports, TLS, HTTP hygiene.

client:VS Code transport:stdio runtime:npm

Install voyager net in VS Code

.vscode/mcp.json

{
  "servers": {
    "voyager-net": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dir-ai/voyager-net"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

voyager net in other clients