Skip to content
Windsurf

stdio proxy for Windsurf

app.undisk.mcp/stdio-proxy

Undisk MCP: safe file memory for AI agents.

client:Windsurf transport:stdio runtime:npm

Install stdio proxy 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": {
    "stdio-proxy": {
      "command": "npx",
      "args": [
        "-y",
        "@undisk-mcp/stdio-proxy"
      ],
      "env": {
        "UNDISK_API_KEY": "<UNDISK_API_KEY>"
      }
    }
  }
}

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

stdio proxy in other clients