postg-mem

dariogriffo/postg-mem
★ 14 stars C# 🗄️ Database Updated 1mo ago
MCP server to store memories in postgres
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": {
    "postg-mem": {
      "command": "npx",
      "args": [
        "-y",
        "dariogriffo/postg-mem"
      ]
    }
  }
}