MCP Server
MCP
io.github.tstockham96/engram
Intelligent agent memory with automatic extraction, consolidation, and bi-temporal recall.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "engram-sdk",
"version": "0.5.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Google Gemini API key for embeddings and LLM operations",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GEMINI_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment