claude-memory

daringanitch/claude-memory
★ 0 stars Python 🗄️ Database Updated today
Persistent vector memory MCP server for Claude Code — PostgreSQL + pgvector + FastMCP with semantic search
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-memory": {
      "command": "uvx",
      "args": [
        "claude-memory"
      ]
    }
  }
}

Or install with pip: pip install claude-memory

Topics

aiclaudeclaude-codemcpmemoryollamapgvectorpostgresqlsemantic-searchvector-database