Skip to content
Grok

elesync for Grok

io.github.darknodebros/elesync

Private local-first AI workspace for shared context, knowledge, tasks, and memories

client:Grok transport:stdio runtime:pypi

Install elesync in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "elesync": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "elesync"
      ],
      "env": {
        "ELESYNC_DIR": "<ELESYNC_DIR>"
      }
    }
  }
}

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

elesync in other clients