Skip to content
Zed

webnav for Zed

io.github.lucyfuur94/webnav

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

client:Zed transport:stdio runtime:npm

Install webnav in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

webnav in other clients