OmniMem

richarvey/OmniMem
★ 9 stars Python AI/LLM Updated today
Self-hosted semantic memory for AI Agents. Persistent sessions, experience scoring, and a graveyard for dead ends, backed by knowledge acquired from the RSS you read and stored in a Valkey vector search then exposed as an MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "omnimem": {
      "command": "uvx",
      "args": [
        "omnimem"
      ]
    }
  }
}

Or install with pip: pip install omnimem

Topics

aiclaudecodexmcpmemoryself-hostedselfhosted-aisemantic-searchvalkey