Catalog
me.pi22by7/in-memoria
OfficialPersistent codebase intelligence that gives AI assistants memory across sessions
Provides persistent codebase intelligence for AI assistants across sessions.
README not available yet.
Install
Configuration
Environment variables
OPENAI_API_KEYsecretOptional OpenAI API key for embeddings (falls back to local transformers.js)
claude_desktop_config.json
{
"mcpServers": {
"in-memoria": {
"command": "npx",
"args": [
"-y",
"in-memoria@0.5.8"
],
"env": {
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>"
}
}
}
}