Skip to content
Zed

stdio proxy for Zed

app.undisk.mcp/stdio-proxy

Undisk MCP: safe file memory for AI agents.

client:Zed transport:stdio runtime:npm

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

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

stdio proxy in other clients