Intelligent agent memory with automatic extraction, consolidation, and bi-temporal recall.
claude mcp add engram -- npx -y engram-sdk
claude_desktop_config.json
{
"mcpServers": {
"engram": {
"command": "npx",
"args": [
"-y",
"engram-sdk"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"engram": {
"command": "npx",
"args": [
"-y",
"engram-sdk"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"engram": {
"command": "npx",
"args": [
"-y",
"engram-sdk"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"engram": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"engram-sdk"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"engram": {
"command": "npx",
"args": [
"-y",
"engram-sdk"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.tstockham96--engram/reviews or the review_server meta-tool.
POST /mcp