Engram MCP
Give your AI agents a memory they can trust. Engram lets your AI remember past conversations, facts, and decisions, so it feels more like a real teammate.
This repository contains configuration templates for connecting MCP clients to Engram, a hosted memory service for AI agents.
What is Engram?
Engram is a hosted MCP server that provides reliable memory for AI agents:
Reliable memory: Agents remember conversations, facts, and decisions — and can show why results were chosen
Easy setup: Connect via MCP in minutes. Works with Claude Code, Windsurf, Cursor, and other MCP clients
Built-in controls: Manage retention and cleanup with simple tools — no extra plumbing required
Free during public beta • No credit card required
Quick Setup
1. Get your API key
Sign up at lumetra.io to get your API key.
2. Add to your MCP client
Claude Code:
Windsurf (~/.codeium/windsurf/mcp_config.json
):
Cursor (~/.cursor/mcp.json
or .cursor/mcp.json
):
3. Restart your client
Your MCP client will now have access to Engram memory tools.
Available Tools
Once connected, your agent will have access to these memory tools:
store_memory(content)
— Store a single memorystore_memories(contents[])
— Store multiple memories at oncesearch_memories(query, max_candidates?, hints?)
— Search stored memoriesmemory_index(page?, limit?)
— Browse all memoriesdelete_by_event(event_id, dry_run?)
— Delete specific memoriesexplain_retrieval(retrieval_id, verbosity?)
— Understand why results were chosen
Recommended Agent Prompt
Add this to your agent's system prompt to encourage effective memory usage:
Use Cases
Teams use Engram for:
Support with prior context: Carry forward last ticket, environment, plan, and promised follow‑ups
Code reviews with context: Store ADRs, owner notes, brittle areas, and post‑mortems as memories
Shared metric definitions: Keep definitions, approved joins, and SQL snippets in one place
On‑brand content, consistently: Centralize voice and approved claims for writers
About This Repository
This repository contains:
This README with setup instructions for popular MCP clients
server.json
- MCP server manifest following the official schema
The server.json
file uses the official MCP server schema and can be used by MCP clients that support remote server discovery. For manual configuration, use the client-specific examples above.
The actual Engram service runs at https://engram.lumetra.io
— there's no local installation required.
Support
Product site: lumetra.io
Documentation: See setup instructions above
Status: Free public beta (no credit card required)
This server cannot be installed
Combines bm25, vector and knowledge graphs to create a comprehensive memory solution.