mem-universe

H1an1/mem-universe
★ 0 stars Python AI/LLM Updated today
Self-hosted MCP memory server: give a personal multi-agent fleet (Claude, ChatGPT, Codex...) one shared, git-backed memory over MCP.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mem-universe": {
      "command": "uvx",
      "args": [
        "mem-universe"
      ]
    }
  }
}

Or install with pip: pip install mem-universe

README Excerpt

A self-hosted **MCP memory server** that gives a personal multi-agent fleet (Claude Code, ChatGPT, Codex, Cursor, and any other MCP client) **one shared, git-backed memory**. Agents install nothing. They connect over MCP and `search` / `read` / `write`. > The problem it solves: *"Claude on one machine figured out how to do X, but

Tools (8)

deleteget_skilllistlist_skillsput_skillreadsearchwrite

Topics

ai-agentschatgptclaudemcpmodel-context-protocolpythonself-hostedshared-memory