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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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