ai-rem

markus7h/ai-rem
★ 1 stars Python Memory/Knowledge Updated today
Long-term memory as a knowledge-graph MCP server — persistent context, preferences and project knowledge for Claude Code.
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": {
    "ai-rem": {
      "command": "uvx",
      "args": [
        "ai-rem"
      ]
    }
  }
}

Or install with pip: pip install ai-rem

README Excerpt

> This documentation describes **[v0.4.23](https://github.com/markus7h/ai-rem/releases/tag/v0.4.23)**. > Release notes live in the [GitHub Releases](https://github.com/markus7h/ai-rem/releases); notes for early versions (≤ v0.1.5) are archived in [docs/release-history.md](docs/release-history.md). **ai-rem** is a persistent long-term memory for Claude Code, running as an MCP server on your home server.