MCP Directory

s60yucca/mnemos

GitHub
Productivity

Persistent memory engine for AI coding agents. Stores architecture decisions, bug root causes, and project conventions across sessions. Single Go binary with embedded SQLite, FTS5 search, context assembly within token budgets, and autopilot setup for Claude Code, Kiro, and Cursor.

Direct install

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

npx -y mnemos

Use with Agent-CoreX

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

agent-corex.json

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

Route s60yucca/mnemos 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 mnemos

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

Direct Install

Use s60yucca/mnemos directly without routing

npx -y mnemos

New to Agent-CoreX? View setup guide →

s60yucca/mnemos MCP Server — Agent-CoreX