knowledge & memory

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.

typescript
local
macos
windows
linux
rust
knowledge & memory
0
View on GitHub

Installation

npx -y pi22by7/In-Memoria

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/pi22by7/In-Memoria

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub