Skip to content
Windsurf

visus mcp for Windsurf

io.github.leochong/visus-mcp

Security-first web access for Claude. Sanitizes pages, blocks injection, redacts PII.

client:Windsurf transport:stdio runtime:npm

Install visus mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

visus mcp in other clients