Skip to main content
Knowledge & MemoryTypeScript/Rust

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.

knowledge-memorylocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/pi22by7/In-Memoria

Claude Desktop configuration example:

{
  "mcpServers": {
    "in-memoria": {
      "command": "npx",
      "args": [
        "-y",
        "pi22by7/In-Memoria"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
TypeScript/Rust
Author
pi22by7