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

Installation

npx -y In-Memoria

Configuration

{
  "mcpServers": {
    "In-Memoria": {
      "command": "npx",
      "args": ["-y", "In-Memoria"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub