Skip to content
Back to search
30
MCP

Engram

pulsemcp/engram

Provides durable memory for AI agents with fact extraction, hybrid retrieval, and a temporal knowledge graph stored in SQLite.

Uptime
0.0%
3 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.jamjet-labs/engram-server
Durable memory for AI agents: fact extraction, hybrid retrieval, temporal graph. SQLite/Postgres.
0 tools
Engram
Persistent memory for AI agents — verbatim conversations, searchable by meaning.
0 tools · streamable-http
Engram
Git-backed markdown memory for AI agents; search hides superseded and archived notes.
0 tools
io.github.hbarefoot/engram
Local-first persistent memory for AI agents — SQLite + local embeddings, MCP-native, no cloud.
0 tools
io.github.tstockham96/engram
Intelligent agent memory with automatic extraction, consolidation, and bi-temporal recall.
0 tools
engram-mcp-server
Engram — Persistent Memory Cortex for AI coding agents. Gives agents session continuity, change tracking, decision logging, and project inte
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "engram": {
      "url": "None",
      "transport": "http"
    }
  }
}