Skip to content
VS Code

webnav for VS Code

io.github.lucyfuur94/webnav

A zero-LLM MCP server that replays recorded site maps instead of re-exploring browser routes.

client:VS Code transport:stdio runtime:npm

Install webnav in VS Code

.vscode/mcp.json

{
  "servers": {
    "webnav": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dikshanty94/webnav"
      ]
    }
  }
}

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

webnav in other clients