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
By s60yucca
Installation
npx -y mnemosConfiguration
{
"mcpServers": {
"mnemos": {
"command": "npx",
"args": ["-y", "mnemos"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes