Skip to content
Zed

visus mcp for Zed

io.github.visus-mcp/visus-mcp

Security-first web access. Sanitizes pages, blocks injection, redacts PII. Now with PDF/JSON/SVG.

client:Zed transport:stdio runtime:npm

Install visus mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "visus-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "visus-mcp"
      ],
      "env": {
        "VISUS_TIMEOUT_MS": "<VISUS_TIMEOUT_MS>",
        "VISUS_MAX_CONTENT_KB": "<VISUS_MAX_CONTENT_KB>",
        "VISUS_RENDERER_URL": "<VISUS_RENDERER_URL>"
      }
    }
  }
}

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

visus mcp in other clients