Token Compressor MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Token Compressor MCPcompress this long email thread without saving it"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Token Compressor MCP
Remote MCP server for Claude / Claude Cowork that compresses long context, stores compact reusable summaries, retrieves relevant context by title/tag/query, estimates token savings, and deletes stored records.
Tools
• compress_context — compress pasted text without saving it
• save_context — save raw text and a compressed summary
• retrieve_context — retrieve saved compressed context by query, tag, title, or ID
• list_contexts — list saved records
• context_stats — show estimated savings
• delete_context — delete one record
• clear_contexts — delete all records
Related MCP server: Memory Cache MCP Server
Local setup
npm install
npm run devLocal endpoints after start:
• MCP endpoint: http://localhost:3000/mcp
• Inspector: http://localhost:3000/inspector
Manufact deployment
Manufact / mcp-use projects support npm run dev, npm run build, npm run start, and npm run deploy. The mcp-use docs say local servers expose /mcp for MCP clients and /inspector for testing.
Recommended cloud settings:
Node version: 20+
Build command: npm install && npm run build
Start command: npm run start
MCP endpoint: https://<your-manufact-url>/mcp
Inspector: https://<your-manufact-url>/inspectorClaude Cowork usage
After deployment, add the remote MCP URL as a Claude custom connector.
Test prompts:
Use the token compressor MCP to compress this context without saving it:
[paste non-sensitive text]Use the token compressor MCP to save this as "Test Context" with tags test, sample:
[paste non-sensitive text]Retrieve the compressed context for Test Context.Privacy note
This starter uses in-memory storage. Saved records disappear when the process restarts. That is intentional for a safer first version. Do not store confidential company data in a personal/free cloud server unless approved.
This server cannot be deployed
Maintenance
Related MCP Connectors
A paid remote MCP for OpenAI Codex context compressor, built to return verdicts, receipts, usage log
An MCP memory server. One memory your agents share — across models, devices and apps.
The Remote MCP server acts as a standardized bridge between LLM applications (like Claude, ChatGPT, and Cursor) and external services, enabling AI agents to access external tools and resources. Its primary capability is providing a centralized search tool to discover other MCP servers and their respective tools. Unlike local implementations, it runs remotely with OAuth authentication and permission controls for security.
InfoLang semantic memory MCP — investigate, memorize, and recall compressed agent context.
Related MCP Servers
- FlicenseBqualityDmaintenanceA Model Context Protocol (MCP) server that optimizes token usage by caching data during language model interactions, compatible with any language model and MCP client.42-
- FlicenseBqualityDmaintenanceA Model Context Protocol server that reduces token consumption by efficiently caching data between language model interactions, automatically storing and retrieving information to minimize redundant token usage.425-
- AlicenseAqualityCmaintenanceAn MCP server that helps AI agents reduce token usage by compressing, summarizing, and managing conversation/context data more efficiently.11MIT
- AlicenseCqualityAmaintenanceAn MCP server that filters and compresses context by 80-90% before sending to an LLM, using code knowledge graphs and compression.202MIT