Skip to content
Cursor

Synchronex for Cursor

ai.synchronex/mcp-proxy

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

client:Cursor transport:stdio runtime:npm

Install Synchronex in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Synchronex in other clients