EleSync
Rank #1,291io.github.darknodebros/elesync
Private local-first AI workspace for shared context, knowledge, tasks, and memories
EleSync is a Model Context Protocol (MCP) server published by darknodebros. It ranks #1,291 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. EleSync is listed across 3 registries — Official MCP, PulseMCP and Glama, with 30 tracked versions. It was first listed on Jun 15, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 114,169 of 115,460 servers on MCP Toplist.
Use EleSync
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add elesync -e "ELESYNC_DIR=<your ELESYNC_DIR>" -- uvx elesyncReplace each placeholder with your own value before saving.
[mcp_servers.elesync]
command = "uvx"
args = ["elesync"]
[mcp_servers.elesync.env]
ELESYNC_DIR = "<your ELESYNC_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"elesync": {
"command": "uvx",
"args": [
"elesync"
],
"env": {
"ELESYNC_DIR": "<your ELESYNC_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"elesync": {
"command": "uvx",
"args": [
"elesync"
],
"env": {
"ELESYNC_DIR": "<your ELESYNC_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"elesync": {
"type": "stdio",
"command": "uvx",
"args": [
"elesync"
],
"env": {
"ELESYNC_DIR": "<your ELESYNC_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"elesync": {
"command": "uvx",
"args": [
"elesync"
],
"env": {
"ELESYNC_DIR": "<your ELESYNC_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"elesync": {
"command": "uvx",
"args": [
"elesync"
],
"env": {
"ELESYNC_DIR": "<your ELESYNC_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.darknodebros%2Felesync)<a href="https://mcptoplist.com/server/io.github.darknodebros%2Felesync"><img src="https://mcptoplist.com/badge/io.github.darknodebros%2Felesync.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
darknodebros
Other servers by darknodebros
View all darknodebros servers →Available versions (30)
| Version | Published |
|---|---|
| 1.24.10 | Aug 30, 2026 |
| 1.24.6 | Aug 29, 2026 |
| 1.24.4 | Aug 26, 2026 |
| 1.24.2 | Aug 25, 2026 |
| 1.24.0 | Aug 25, 2026 |
| 1.23.79 | Aug 24, 2026 |
| 1.23.76 | Aug 18, 2026 |
| 1.23.70 | Aug 18, 2026 |
| 1.23.66 | Aug 17, 2026 |
| 1.23.54 | Aug 16, 2026 |
| 1.23.53 | Aug 16, 2026 |
| 1.23.51 | Aug 11, 2026 |
| 1.23.46 | Aug 10, 2026 |
| 1.23.17 | Aug 9, 2026 |
| 1.23.15 | Aug 5, 2026 |
| 1.23.10 | Aug 3, 2026 |
| 1.23.1 | Aug 2, 2026 |
| 1.21.1 | Aug 2, 2026 |
| 1.20.7 | Jul 30, 2026 |
| 1.20.6 | Jul 29, 2026 |
| 1.20.4 | Jul 29, 2026 |
| 1.20.3 | Jul 29, 2026 |
| 1.20.0 | Jul 28, 2026 |
| 1.19.0 | Jul 28, 2026 |
| 1.18.0 | Jul 24, 2026 |
| 1.15.1 | Jul 18, 2026 |
| 1.14.0 | Jul 17, 2026 |
| 1.10.3 | Jul 16, 2026 |
| 1.9.0 | Jul 4, 2026 |
| 1.0.5 | Jun 15, 2026 |
Frequently asked questions
- Who maintains EleSync?
- EleSync is maintained by darknodebros, which publishes 2 MCP servers (30 total versions) tracked on MCP Toplist.
- Is EleSync listed on the Official MCP Registry?
- Yes — EleSync is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does EleSync have?
- MCP Toplist tracks 30 versions of EleSync, most recently published on Aug 30, 2026.
- Where can I find the source code for EleSync?
- The source code for EleSync is hosted at github.com/darknodebros/elesync.