Back to MCP Servers

Mnemos

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 Curso…

knowledge-memorygosqliteaiagent

Installation

npx -y mnemos

Configuration

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

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