Skip to content
Zed

Synchronex for Zed

ai.synchronex/mcp-proxy

Connect any AI agent to your Synchronex workspace — portable memory, decisions, and workers.

client:Zed transport:stdio runtime:npm

Install Synchronex in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp-proxy": {
      "command": "npx",
      "args": [
        "-y",
        "@synchronex/mcp-proxy"
      ]
    }
  }
}

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

Synchronex in other clients