agent-memory

rzem-ai/agent-memory
★ 0 stars TypeScript AI/LLM Updated 3d ago
Long-term memory for AI agents — an MCP server over Postgres + pgvector. Semantic recall across thoughts and documents, self-deduplicating capture, and namespace isolation by credential.
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": {
    "agent-memory": {
      "command": "npx",
      "args": [
        "-y",
        "rzem-ai/agent-memory"
      ]
    }
  }
}

Topics

ai-agentsembeddingslong-term-memorymcpmodel-context-protocolollamapgvectorpostgrestypescript