estate-memory

SwagLordPrime/estate-memory
★ 0 stars Python AI/LLM Updated 1d ago
Self-hosted memory for AI tools: Markdown -> Postgres/pgvector -> MCP server. Pure-stdlib Python indexer, hybrid search, read-only boundary.
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": {
    "estate-memory": {
      "command": "uvx",
      "args": [
        "estate-memory"
      ]
    }
  }
}

Or install with pip: pip install estate-memory