MCP Server
MCP
io.github.kael-bit/engram
Hierarchical memory for AI agents. Three-layer (buffer/working/core) with decay and promotion.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "engram-rs-mcp",
"version": "0.10.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "URL of the engram server",
"format": "string",
"name": "ENGRAM_URL"
},
{
"description": "API key for authentication",
"format": "string",
"isSecret": true,
"name": "ENGRAM_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment