← Back to Plugins
MCP Server MCP

io.github.elephia/elephia

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx elephia

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "elephia",
      "version": "0.2.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "serve",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Path to the context store directory (default: nearest .elephia/, else ~/.elephia/store; a legacy CONTEXTGIT_DIR or .contextgit/ store is still honored)",
          "name": "ELEPHIA_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...