Claude Tools / Plugins / toonify-mcp
Plugins · pcircle-ai/toonify-mcp
toonify-mcp
Local context compression for Claude Code workflows, including structured data, debug-heavy output, and supported source files.
CLEARED_STATICclaude-onlyv0.7.2
Pipeline results
Coverage
CLEARED_STATIC
Tests run
7 / 8
Portability
Claude-only
Type
Plugins
Tests & results
What the pipeline checked
Coverage
Not assessed
- behavioural execution not run
- egress patterns logged (FLAG-INFO): 2 lexical match(es)
README
From the repository
# Toonify MCP **[English](README.md) | [繁體中文](README.zh-TW.md) | [日本語](README.ja.md) | [Español](README.es.md) | [Français](README.fr.md) | [Deutsch](README.de.md) | [한국어](README.ko.md) | [Русский](README.ru.md) | [Português](README.pt.md) | [Tiếng Việt](README.vi.md) | [Bahasa Indonesia](README.id.md)**  Context compression plugin for Claude Code. Automatically trims large tool output—JSON, CSV, YAML, stack traces, and logs—before it enters the context window. Works as a Claude Code plugin (automatic, zero-config) or as an MCP server (on-demand). ## Features - Compresses large JSON, CSV, YAML, and API responses - Reduces long test failures and stack traces - Runs automatically in the background—no change to your Claude Code workflow required ## Limitations Skipped for short text, very small files, and content where exact original formatting must be preserved. ## Installation ```bash git clone https://github.com/PCIRCLE-AI/toonify-mcp.git cd toonify-mcp npm install npm run build npm install -g . toonify-mcp setup toonify-mcp doctor ``` `toonify-mcp setup` adds the local marketpla…