MCP Configs2026年4月6日·1 分钟阅读

Engram — Persistent Memory System for AI Agents

Agent-agnostic persistent memory system with SQLite full-text search. Ships as MCP server, HTTP API, CLI, and TUI. Gives any AI coding agent long-term memory across sessions. 2,300+ stars.

介绍

Engram is an agent-agnostic persistent memory system with 2,300+ GitHub stars. A single Go binary backed by SQLite + FTS5 full-text search, exposing MCP server, HTTP API, CLI, and TUI interfaces. It gives long-term, cross-session memory to Claude Code, Cursor, Aider, or any other AI coding agent. Ideal for developers tired of re-explaining project context every time.


Quick Use

Add the following to .mcp.json:

{
  "mcpServers": {
    "engram": {
      "command": "engram",
      "args": ["mcp"]
    }
  }
}

Install: go install github.com/Gentleman-Programming/engram@latest


Intro

Engram is an agent-agnostic persistent memory system with 2,300+ GitHub stars. A single Go binary backed by SQLite + FTS5 full-text search, exposing MCP server, HTTP API, CLI, and TUI interfaces. It gives long-term, cross-session memory to Claude Code, Cursor, Aider, or any other AI coding agent. Ideal for developers tired of re-explaining project context every time.


Source & Thanks

Created by Gentleman Programming. Licensed under MIT.

engram — ⭐ 2,300+

🙏

来源与感谢

Created by Gentleman Programming. Licensed under MIT.

engram — ⭐ 2,300+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。