Client Configs¶
Copy-pasteable setup snippets for common Engram clients.
Claude Code¶
{
"mcpServers": {
"engram": {
"command": "/absolute/path/to/engram/.venv/bin/python",
"args": ["-m", "engram", "serve", "--mcp"]
}
}
}
Good first tools to teach the agent:
resume_contextrecallrememberremember_decisionremember_negativesession_handoff
Codex¶
Add Engram as an MCP server in your Codex config:
[mcp_servers.engram]
command = "/absolute/path/to/engram/.venv/bin/python"
args = ["-m", "engram", "serve", "--mcp"]
For continuity-focused work, pair it with:
Generic MCP client¶
If your client supports stdio MCP servers:
If your client supports HTTP/SSE instead:
Web dashboard¶
Run the dashboard:
Default address:
http://127.0.0.1:8420
Continuity-first tool set¶
If you want the smallest high-value default surface for a coding agent, start with:
resume_contextrecallrecall_hintsrememberremember_decisionremember_negativediary_writesession_handoff