engram-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ENGRAM_DB | No | SQLite database path | ~/.engram/memory.db |
| ENGRAM_EMBEDDING_URL | No | Ollama base URL for embeddings | http://localhost:11434 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| rememberB | Store a memory entry for a session. Embeddings and graph extraction happen automatically. |
| recallA | Retrieve relevant memories via semantic search (falls back to keyword). Searches working + long_term tiers. Pass userId to blend in cross-session user facts. |
| historyA | Get recent conversation history for a session in chronological order. |
| forgetA | Delete session memories. Delete all, one by ID, or entries before a date. |
| statsB | Memory statistics for a session — total, by role, by tier (working/long_term/archived), graph counts. |
| consolidateB | Consolidate old working memories into dense long-term summaries via LLM. Archives originals. |
| graphA | Query the knowledge graph for an entity — returns relationships and source memories. Requires ENGRAM_GRAPH=1. |
| remember_userA | Store a user-scoped memory that persists across all sessions. Use for preferences, identity, long-term facts. |
| recall_userB | Recall user-scoped memories — works from any session context. |
| forget_userB | Delete user-scoped memories. |
| consolidate_userB | Consolidate user-scoped working memories into long-term summaries. |
| user_statsB | Memory statistics for a user — total, by role, by tier. |
| recall_by_timeA | Query memories using natural language time expressions like "yesterday", "last week", "this morning", "before 3pm". |
| recall_recentA | Get the N most recent memories for a session — no query needed. |
| daily_summaryA | Returns a summary of memories for a given date (YYYY-MM-DD), or today if omitted. |
| temporal_statsB | Returns temporal statistics about when memories were created — frequency over time, most active periods. |
| export_memoriesB | Export all session memories as markdown or JSON. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cartisien/engram-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server