Skip to content
Grok

Synchronex for Grok

ai.synchronex/mcp-proxy

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

client:Grok transport:stdio runtime:npm

Install Synchronex in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Synchronex in other clients