engram

jdugan1024/engram
★ 0 stars Go AI/LLM Updated today
Self-hosted MCP server for persistent AI memory, built in Go with 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": {
    "engram": {
      "command": "go",
      "args": [
        "run",
        "github.com/jdugan1024/engram@latest"
      ]
    }
  }
}