mcpbeat Sign in

Elesync MCP Server

by darknodebros Your server? Claim it
local only

Elesync runs on your own machine — the client starts it, so there is no endpoint to ping. 4 781 installs a week from pypi.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 7 836 · avg 981 · -1% w/w
a month agotoday
4 781
Installs / week
pypi · elesync
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet, 13 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] elesync/__init__.py:1, [пакет] elesync/__main__.py:1, [пакет] elesync/_parser.py:1 и ещё 57
этот файл ставится пользователю, но в репозитории его нет
Runs an external command [пакет] elesync/embeddings.py:36, [пакет] elesync/remote.py:63, [пакет] elesync/tunnel.py:65
        subprocess.check_call(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add elesync -- uvx elesync
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "elesync": {
      "args": [
        "elesync"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.elesync]
command = "uvx"
args = ["elesync"]
.cursor/mcp.json
{
  "mcpServers": {
    "elesync": {
      "args": [
        "elesync"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "elesync": {
      "args": [
        "elesync"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ELESYNC_DIR (Vault directory (default: ~/EleSyncVault)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Elesync

same job, measured the same way
Octopad
by octopad

The back-office workspace for your team's AIs: tasks, knowledge and context shared over MCP.

answering
Alloy
by alloy

AI workspace — shared knowledge, skills, and tools for AI agents

answering
AiAkiv Memory
by aiakiv

Shared long-term memory for AI agents: save and recall context as a searchable knowledge graph.

answering
Agent Recall Trail
by fantasyce

Private Agent memory and governed shared knowledge.

local only
Context Cloud
by abhinavala

Persistent AI memory with shared team workspaces, typed knowledge chunks, and cross-tool support.

103 installs/wk answering
Infimium
by aryankumar06

Private AI context layer for semantic code search, dependency graphs, memory, and workspaces.

301 installs/wk local only
Delimit
by delimit-ai

One workspace for every AI coding assistant. Shared tasks, memory, and governance.

local only
Dear Agent
by bitmapasset

Your AI agent keeps your diary for you. Local-first, private, works in any agent.

52 installs/wk local only

Elesync — questions

Answers built from our own checks of this server.

Why is there no uptime for Elesync?
Elesync runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package elesync was installed 4 781 times last week.
Is Elesync still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Elesync?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls elesync straight from pypi; nothing to host, nothing to sign up for.
How many people use Elesync?
The pypi package elesync was installed 4 781 times in the last week. Week over week that is -1%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.