MCP Directory

pi22by7/In-Memoria

GitHub
Productivity

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y in-memoria

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from pi22by7/In-Memoria your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "in-memoria": {
      "command": "npx",
      "args": [
        "-y",
        "in-memoria"
      ]
    }
  }
}

Route pi22by7/In-Memoria intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add in-memoria

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use pi22by7/In-Memoria directly without routing

npx -y in-memoria

New to Agent-CoreX? View setup guide →

pi22by7/In-Memoria MCP Server — Agent-CoreX