mcpbeat Sign in

Elephia MCP Server

local only

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

Git for your AI's context: local-first, deterministic memory over MCP. An elephant never forgets.

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

Installs per day peak 22 · avg 7 · +4% w/w
a month agotoday
50
Installs / week
pypi · elephia
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 elephia -- uvx elephia
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "elephia": {
      "args": [
        "elephia"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.elephia]
command = "uvx"
args = ["elephia"]
.cursor/mcp.json
{
  "mcpServers": {
    "elephia": {
      "args": [
        "elephia"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "elephia": {
      "args": [
        "elephia"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ELEPHIA_DIR (Path to the context store directory (default: nearest .elephia/, else ~/.elephia/store; a legacy CONTEXTGIT_DIR or .contextgit/ store is still honored)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Elephia

same job, measured the same way
D
ITHZ MCP
by ithz

Local deterministic project memory for AI agents with context packs, gates and checkpoints.

77 installs/wk local only
Ace Context MCP
by dw-dwain

Local-first memory for AI chats: save context in one chat, load it in any other via MCP.

local only
Codeledger
by codeledgerecf

Deterministic context selection for AI coding agents. Local memory that compounds across sessions.

435 installs/wk local only
Plur
by plur-ai

Open, local-first engram memory for AI agents: read, correct, delete; shared over MCP.

785 installs/wk local only
Norn
by samad001z

Local-first, persistent memory for AI coding agents — remember, recall, forget, and list, over MCP.

50 installs/wk local only
Vanguard Memory Node
by ezumba

Local deterministic BM25 memory for AI agents. Offline-first, no API key, SHA-256 shards, stdio.

72 installs/wk local only
Contentrain
by contentrain

Git-native content governance for AI agents — 27 deterministic MCP tools over stdio and HTTP.

1 504 installs/wk answering
Memory Kernel
by artem362

Local-first memory for AI agents: SQLite FTS5, deterministic recall, no vector DB, no cloud.

122 installs/wk local only

Elephia — questions

Answers built from our own checks of this server.

Why is there no uptime for Elephia?
Elephia 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 elephia was installed 50 times last week.
Is Elephia 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 Elephia?
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 elephia straight from pypi; nothing to host, nothing to sign up for.
How many people use Elephia?
The pypi package elephia was installed 50 times in the last week. Week over week that is +4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.