Skip to content
Windsurf

WebCrypt MCP Server for Windsurf

io.github.putervision/webcrypt

Zero-dependency Web Crypto & AI Agent MCP Server (AES-256-GCM, RSA-4096, PQC, Signatures).

client:Windsurf transport:stdio runtime:npm

Install WebCrypt MCP Server in Windsurf

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

{
  "mcpServers": {
    "webcrypt": {
      "command": "npx",
      "args": [
        "-y",
        "webcrypt"
      ]
    }
  }
}

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

WebCrypt MCP Server in other clients