Skip to content
Cline

visus mcp for Cline

io.github.leochong/visus-mcp

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

client:Cline transport:stdio runtime:npm

Install visus mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

visus mcp in other clients