Elesync MCP Server

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.

People connecting memory tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 4 · #25 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Elesync

Claude Code

claude mcp add darknodebros-elesync -- uvx elesync

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "darknodebros-elesync": {
      "command": "uvx",
      "args": [
        "elesync"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package elesync - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.darknodebros is GitHub-verified and matches the repo owner

03 · What Elesync can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.24.0 · 2026-08-25

Changed · Made the dashboard project-first, with live workspace state replacing prototype content. · Added typed project APIs and a service boundary for project context and memory operations. · Added project-aware AI…

v1.23.79 · 2026-08-24

Changed · Consolidated the release-ready dashboard, PWA, import, and connector refinements. · Bumped synchronized package, MCP registry, landing page, and documentation metadata.

v1.23.76 · 2026-08-18

Fixed · Release recovery for the dashboard workspace restructuring after previous release attempts did not complete the distribution pipeline. · Ensured dashboard and workspace changes ship from a CI-green tree with…

04 · Who maintains Elesync

elesync is maintained by darknodebros. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
memory - ranked #25 of 259 actively-maintained memory servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-25)
registry
io.github.darknodebros/elesync (active, first published 2026-06-15 · 57 versions)
packages
pypi:elesync

06 · Elesync FAQ

What is Elesync?

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.

Is Elesync still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-25 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Elesync?

Run `uvx elesync`. You can also paste the ready-made client config above.

Does Elesync run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Elesync

Pairs well with

Servers that cover what Elesync doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 38,704
  2. X402 List MCP → filesystem companion filesystem · ★ 58

More memory MCP servers · Deep Mem · Hubmesh · Forensic Deepdive · A Mem MCP

More Python MCP servers · Pitwall - F1 Data for Claude · Data Charter · Data Raum · Iterable Data · Hashloom · see all