AI & ML
Trust: 37/100 (Limited)io.github.spectra-g/engram Guide
MCP adapter for Engram - organizational memory for AI agents
5 starsby spectra-g
Quick Start
Install
npx @spectra-g/engram-adapterClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-spectra-g-engram": {
"command": "npx",
"args": [
"@spectra-g/engram-adapter"
]
}
}
}