Back to search
30
MCP

teriyakichild/mcp-condenser

docker/teriyakichild/mcp-condenser

MCP proxy that condenses tool responses into compact TOON text, reducing token usage for LLM agents

Uptime
0.0%
4 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.ankitpal181/toon-parse-mcp
MCP server that reduces LLM context by removing code comments and converting data formats to TOON
0 tools
jmunch-mcp
Transparent MCP proxy that reduces token cost of large tool responses via content-aware handles
0 tools
mirindra1911/avr-llm-mcp
Lightweight TypeScript proxy bridging OpenAI/Open Webui LLMs with the Model Context Protocol (MCP).
0 tools
io.github.ooples/token-optimizer-mcp
Intelligent token optimization achieving 95%+ reduction through caching, compression, and 80+ tools
0 tools
io.github.kira-autonoma/context-proxy
MCP proxy that lazy-loads tool schemas to cut context token overhead by 6-7x
0 tools
token-optimizer-mcp
Intelligent token optimization for Claude Code - achieving 95%+ token reduction through caching, compression, and smart tool intelligence
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "teriyakichild/mcp-condenser": {
      "url": "None",
      "transport": "http"
    }
  }
}