EleSync
EleSync is an MCP server that gives AI assistants persistent, shared access to a local markdown vault for reading, writing, and managing memories across clients like Claude, ChatGPT, and Gemini. With it, you can:
Search memories: Find information using hybrid keyword/semantic search, filtering by source, type, and scope.
List and search projects: View available project workspaces and recall memories within a specific project.
Store and update memories: Save facts, preferences, or project state with custom content, tags, types, scopes, and optional templates; mark new memories as superseding old ones to track changes.
Delete memories: Remove a memory by its ID or prefix.
Get vault summaries: See totals of memories by source and type.
Manage scopes: List accessible memory compartments and their counts.
Detect conflicts: Surface contradictory facts from different AI sources.
View history: Examine the full supersession chain of a memory—every prior version and when it changed.
Audit operations: Review all read, write, and delete activity when audit logging is enabled.
EleSync
Your private AI workspace
EleSync gives you a private workspace that your AI tools can share.
When every AI assistant keeps a separate history, you repeat the same background, preferences, decisions, and project details over and over. EleSync keeps the durable context you choose in a local vault, then lets approved assistants use that context with explicit project and scope boundaries.
Start a project with one assistant, continue it with another, and keep the context in a folder you control.
Your local vault
↓
Memories and imported history
↓
Projects, knowledge, tasks, decisions, and handoffs
↓
Approved AI assistantsNo EleSync account, hosted cloud database, e-mail registration, telemetry, subscription, or mandatory cloud sync is required.
Related MCP server: ai-memory
The five-minute path
A new user should be able to go from installation to a useful AI workspace like this:
Choose a vault. Pick the local folder where EleSync will keep your workspace.
Protect access. Add a local dashboard username and password when you need remote or shared-device access.
Import AI history. Bring in ChatGPT, Claude, Gemini, WhatsApp, or other supported exports and review what will become durable context.
Create a project. Give your memories a purpose and a boundary.
Connect an assistant. Connect Claude Desktop locally, or use a secure HTTPS/OAuth flow for a remote assistant such as ChatGPT, Gemini, or Grok.
Test recall. Ask your assistant:
What useful context can you retrieve from EleSync?
The dashboard includes a guided first-launch wizard and progress tracking for these steps.
What EleSync does
Memory: gives assistants continuity across conversations and providers.
Projects: give context purpose, organization, and boundaries.
Knowledge: stores reusable knowledge sheets, tasks, decisions, and handoffs.
MCP/connectors: let approved AI assistants participate in the workspace.
Imports: bring existing AI history, documents, and WhatsApp conversations into one place.
PWA/mobile: capture and access the workspace from a phone while your computer runs EleSync.
Privacy: keeps the vault local-first and makes sharing explicit.
Visual tour
The dashboard is the center of the workspace: memories, projects, imports, connection health, and mobile access are all reached from one place.
The product workflow is:
Area | What you use it for |
Import | Upload ChatGPT, Claude, Gemini, WhatsApp, JSON, CSV, Markdown, TXT, or ZIP exports. |
Memories | Search, review, edit, and organize imported and saved context. |
Projects | Collect memories, knowledge sheets, tasks, decisions, and handoffs. |
Connect AI | Configure local Claude Desktop or secure remote AI connections. |
Connection Health | See whether the vault, dashboard security, local clients, and remote setup are ready. |
PWA/mobile | Capture text, links, and imports from a phone. |
Privacy by design
Local-first: notes and the search index live in the vault on your computer.
User-controlled: you choose the vault folder, backups, and what becomes durable.
No mandatory cloud account: normal local use works without an EleSync cloud service.
Optional encryption: encrypted vaults use Argon2id and XSalsa20-Poly1305 at rest; plaintext remains the default for portability.
Scoped AI access: client grants can limit which memory scopes an assistant can read or write.
Project isolation: project-bound connections cannot recall or modify memories outside their project.
Reviewable imports: imported conversations and WhatsApp messages can be reviewed before saving.
Important: when you connect an AI assistant, that assistant may read the context you make available to it. Use project boundaries, scopes, read-only permissions, and separate vaults when you need stronger limits.
Install
Windows: easiest path
Download the latest Windows installer, run it, and open EleSync when installation finishes.
The installer asks where to keep the vault and visibly lists the AI assistants available from Connect AI after installation:
ChatGPT · Claude · Gemini · Grok · Perplexity · Copilot · DeepSeekClaude Desktop is the optional local connection that can be pre-wired during installation. Remote assistants require your authorization and a secure HTTPS connection, so the installer does not silently configure them.
Windows: Scoop
scoop install https://raw.githubusercontent.com/darknodebros/EleSync/master/elesync.jsonUpdate later with:
scoop update
scoop update elesyncPython / pipx
For macOS, Linux, or users who prefer Python tooling:
pipx install elesync
ele webRequires Python 3.10 or newer. You can also use pip install elesync.
Standalone builds
Standalone Windows, macOS, and Linux builds are attached to each GitHub release.
First import
From the dashboard:
Open Import.
Choose a supported file or drop it into the import area.
Review the detected format and privacy information.
For WhatsApp, filter by sender and approve only the messages you want to keep.
Save the full conversation or selected durable memories.
Open Memories to search what was imported.
Supported formats include:
JSON · CSV · TXT · Markdown · ZIP · WhatsApp exports · Grok exportsImports are local. Nothing becomes durable project knowledge until the user saves or approves it.
First project
Open Projects, create a project, and give it a short purpose such as:
Japan trip planning
Product launch
Biology assignment
EleSync workspaceInside a project you can:
Add existing memories
Save knowledge sheets
Track tasks
Record decisions
Leave AI handoffs
Set AI read/write/conversation permissions
Generate a project-specific local Claude connection
First AI connection
Claude Desktop: local project connection
From a project page, choose the Claude provider and select Generate project connection. EleSync creates a command like:
ele --vault "D:\notes" onboard --target claude-desktop --project PROJECT_ID --name elesync-project-a1b2c3d4Run the command, restart Claude Desktop, and use the entry named:
elesync-project-a1b2c3d4This entry is project-bound. Memories saved through it are attached to the selected project.
It can coexist with a general elesync entry; remove or disable the general entry when you
need strict project-only visibility.
ChatGPT, Gemini, Grok, and other remote assistants
Remote assistants require a public HTTPS origin and provider authorization. Use the Connect AI page to generate the current setup instructions. EleSync will show:
MCP server URL
Secure authentication details
Local server command
Tunnel/reverse-proxy target
Connection verification result
Do not use 127.0.0.1, a private LAN address, or the dashboard port as a public provider URL.
Mobile companion (PWA)
EleSync can be installed on a phone without a separate mobile app:
Start EleSync on your computer with
ele web.Open Use on another device in the dashboard.
Put your phone and computer on the same Wi-Fi network.
Open the displayed address on your phone.
Choose Add to Home Screen or Install app.
The computer must be running for live vault access. The PWA supports shared text and link capture, encrypted offline drafts, automatic retry, and mobile imports. Do not expose the dashboard publicly without HTTPS and a passcode.
Common commands
ele web # open the local dashboard
ele doctor # check installation health
ele import memories.json # import exported memories or notes
echo "I prefer dark mode" | ele import -
ele remember "Prefer short answers with examples"
ele recall "how should my AI answer me?"
ele sync # rebuild the local search index
ele summary # show a vault summaryAdvanced commands cover encryption, backups, USB vaults, scopes, conflict resolution, HTTP serving, and client wiring. See SETUP.md for the full walkthrough.
Troubleshooting
Run:
ele doctorCommon fixes:
If the dashboard does not open, run
ele weband copy the error.If an AI assistant cannot see memories, restart it after setup.
If search looks stale, run
ele sync.If an import looks wrong, keep the original export and check its source format.
If a remote connector is rejected, verify HTTPS, the public
/mcpURL, the tunnel target, and the authentication state in Connection Health.
Documentation
Project status
EleSync is at 1.23.51 (816 tests, ~12,500 LOC). The current product focus is stabilization: bug fixing, UX polish, documentation, first-run completion, privacy clarity, and reliability.
License
MIT. See LICENSE.
Maintenance
Related MCP Servers
- Alicense-qualityAmaintenanceA local-first CLI and MCP server that helps you build and search a personal knowledge vault from Markdown notes, with semantic search and AI-powered features like stale note detection and session memory harvesting. It’s provider-agnostic, requires no GPU in its default mode, and exposes your vault as long-term memory to any MCP-compatible AI tool like Claude Code.45Apache 2.0
- Alicense-qualityAmaintenancePersistent memory for any AI assistant. Zero token cost until recall. Stores memories in local SQLite, ranks by 6-factor scoring, returns results 79% smaller than JSON. Works with Claude, ChatGPT, Grok, Cursor, Windsurf, and any MCP client.41Apache 2.0
- Alicense-qualityAmaintenanceLocal-first, file-based memory layer for AI agents — one shared Markdown vault across Claude, Codex, Gemini, Cursor and any MCP client. Provides read/write memory tools with an audit trail, per-agent trust levels, and Git sync; no cloud and no lock-in.2MIT
- AlicenseAqualityBmaintenanceA local-first shared memory layer for MCP-aware agents like Claude, Codex, and Hermes, enabling persistent memory across chats and clients via Markdown files and SQLite FTS.62MIT
Related MCP Connectors
Token-efficient MCP memory for Markdown vaults. Tiered search, GraphRAG, AI memories.
Cross-AI personal memory. Save once in ChatGPT, recall in Claude, Mistral, Grok, or any MCP client.
One memory, every AI: Claude, ChatGPT, Perplexity, Gemini, Cursor, OpenClaw, Hermes, any MCP client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/darknodebros/EleSync'
If you have feedback or need assistance with the MCP directory API, please join our Discord server