Back to MCP Servers
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 understan…
knowledge-memorytypescriptrustsqliteairagagent
By pi22by7
Installation
npx -y In-MemoriaConfiguration
{
"mcpServers": {
"In-Memoria": {
"command": "npx",
"args": ["-y", "In-Memoria"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes