Home › Development › Toon Memory
Toon Memory
Offline persistent memory for AI coding agents — 35 tools, 80% fewer calls, no LLM
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 4.3.5)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"toon-memory": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"TOON_MEMORY_KEY": "<YOUR_VALUE>",
"TOON_MEMORY_CAPTURE": "<YOUR_VALUE>",
"TOON_MEMORY_SESSION_ID": "<YOUR_VALUE>",
"TOON_MEMORY_BRANCH": "<YOUR_VALUE>",
"TOON_MEMORY_NO_SESSION": "<YOUR_VALUE>",
"GITHUB_TOKEN": "<YOUR_VALUE>"
}
}
}
}
TOON_MEMORY_KEYsecret — Encryption key for AES-256-GCM memory encryptionTOON_MEMORY_CAPTURE— Set to 'true' to enable activity capture hooksTOON_MEMORY_SESSION_ID— Override the auto-detected session IDTOON_MEMORY_BRANCH— Override the auto-detected git branch nameTOON_MEMORY_NO_SESSION— Set to disable session heartbeat trackingGITHUB_TOKENsecret — GitHub personal access token for exporting/importing memory to Gist
This server takes extra arguments — see its repository.
Related servers
Codebase Memory
Codebase knowledge graph for AI agents — 162 languages, sub-ms queries, 99% fewer tokens.
mindshub
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
Serena MCP: the IDE for your agent
A powerful toolkit for coding, providing semantic retrieval and editing capabilities.
Repomix
Pack local or remote codebases into AI-friendly files that LLMs and coding agents can read or search
claude-task-master
AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI,…
pydantic-ai
Run Python code in a secure sandbox via MCP tool calls
Data from the Official MCP Registry