Back to Apps

toon-memory
Supports UIby luiggival08
Persistent, token-efficient knowledge graph for AI agents to remember decisions and patterns across sessions.
0 stars
Works in:CursorWindsurfVS Code CopilotCodexGemini CLIzed
Exposes:ToolsResourcesPrompts
What it does
toon-memory connects AI agents to a local persistent storage system, allowing them to remember critical architecture decisions, bug fixes, and project patterns across different sessions without re-reading massive context windows.
Tools
memory_remember: Save a decision or pattern with optional TTL and links.memory_recall: Search memory using BM25 and graph-based retrieval.memory_smart_recall: Unified recall combining graph, decay, and quality scores.context_generate: Full project briefing combining structure, git state, and memory.context_health: Audit memory for orphan links and stale entries.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"toon-memory": {
"command": "npx",
"args": ["-y", "toon-memory", "mcp"]
}
}
}
Supported hosts
Claude Desktop, Cursor, Windsurf, VS Code Copilot, Codex, Gemini CLI, Zed
Quick install
npm i -g toon-memory && npx toon-memoryInformation
- Pricing
- free
- Published
- 7/31/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
zed
Add to ~/.config/zed/settings.json context_servers entryCodex
Add to .codex/config.toml: [mcpServers.toon-memory] command = \"npx\" args = [\"-y\", \"toon-memory\", \"mcp\"]Cursor
Add to .cursor/mcp.json: {"mcpServers": {"toon-memory": {"command": "npx", "args": ["-y", "toon-memory", "mcp"]}}}Windsurf
Add to ~/.codeium/windsurf/mcp_config.json: {"mcpServers": {"toon-memory": {"command": "npx", "args": ["-y", "toon-memory", "mcp"]}}}Gemini CLI
Add to .gemini/settings.json mcpServers entryClaude Desktop
{"mcpServers": {"toon-memory": {"command": "npx", "args": ["-y", "toon-memory", "mcp"]}}}





