memory-mcp-server

0x0177b11f/memory-mcp-server
★ 1 stars Rust 🗄️ Database Updated today
Memory MCP server for persistent context storage and retrieval with PostgreSQL and pgvector.
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": {
    "memory-mcp-server": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "memory-mcp-server"
      ]
    }
  }
}