mnemo
About
Persistent memory for AI coding agents. mnemo stores decisions, bugs, conventions, and discoveries across sessions in a local SQLite database.
Details
- Author
- jmeiracorbal
- Downloads
- 341
- Categories
- Database, AI
Jump to
- Session hooks automatically start/end sessions and inject memory context at the beginning of every conversation
- 14 MCP tools: mem_save, mem_search, mem_context, mem_session_summary, and more
- Passive capture extracts learnings from conversation transcripts automatically at session end
- Full CLI: save, search, export, import, and inspect memories from the terminal
- Own isolated storage at ~/.mnemo/memory.db created automatically on first run
- Native integration for both Claude Code and Cursor via their respective hook systems
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
mnemoCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install mnemo using the one-line installer (curl -sSf .../install.sh | bash), which downloads the binary, installs it to ~/.local/bin/, and runs mnemo setup automatically. For Claude Code run mnemo setup; for Cursor run mnemo setup --cursor. After setup, restart the editor and mnemo's MCP tools become available under the mcp__mnemo__* namespace.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mnemo": {
"mnemo": {
"command": "mnemo",
"args": [
"mcp",
"--tools=agent"
]
}
}
}
}
McpServers
{
"mnemo": {
"command": "mnemo",
"args": [
"mcp",
"--tools=agent"
]
}
}
mnemo
Features
- Session hooks: Automatically starts/ends sessions and injects memory context at the beginning of every conversation - 14 MCP tools:mem_save, mem_search, mem_context, mem_session_summary, and more, available directly inside your editor
- Passive capture: Extracts learnings from conversation transcripts automatically at session end
- Full CLI: Save, search, export, import, and inspect memories from the terminal
- Own storage: Isolated ~/.mnemo/memory.db, created automatically on first run
- Claude Code + Cursor: Native integration for both editors via their respective hook systems
---
Requirements
- Go 1.22+ - macOS or Linux - Claude Code CLI — formnemo setup (Claude Code integration)
- Cursor 2.6+ — for mnemo setup --cursor (Cursor integration)
---
Installation
Option A: One-line installer (recommended)
``bash
curl -sSf https://raw.githubusercontent.com/jmeiracorbal/mnemo/main/install.sh | bash
`
This downloads the binary for your platform, installs it to ~/.local/bin/, and runs mnemo setup automatically.
Options:
``bashSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



