pi22by7/In-Memoria
Persistent intelligence infrastructure for agentic development that gives AI coding assistants cumulative memory and pattern learning. Hybrid TypeScript/Rust implementation with local-first storage using SQLite + SurrealDB for semantic analysis and incremental codebase understanding.
Quick Start
Clone the repository:
git clone https://github.com/pi22by7/In-MemoriaClaude Desktop configuration example:
{
"mcpServers": {
"in-memoria": {
"command": "npx",
"args": [
"-y",
"pi22by7/In-Memoria"
]
}
}
}Check the repository README for specific installation and configuration instructions.