MCP Directory

aitytech/agentkits-memory

GitHub
Productivity

Persistent memory for AI coding assistants with hybrid search (FTS5 + vector embeddings), session tracking, automatic context hooks, and web viewer. SQLite-based with no daemon process — works with Claude Code, Cursor, Windsurf, and any MCP client.

Direct install

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

npx -y agentkits-memory

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from aitytech/agentkits-memory your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "agentkits-memory": {
      "command": "npx",
      "args": [
        "-y",
        "agentkits-memory"
      ]
    }
  }
}

Route aitytech/agentkits-memory 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 agentkits-memory

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

Direct Install

Use aitytech/agentkits-memory directly without routing

npx -y agentkits-memory

New to Agent-CoreX? View setup guide →

aitytech/agentkits-memory MCP Server — Agent-CoreX