edt-mcp-tool-description-optimizer
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., "@edt-mcp-tool-description-optimizerOptimize tool descriptions to reduce context usage."
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.
EDT MCP Proxy
Stdio MCP-прокси для EDT MCP. Перехватывает tools/list и подменяет длинные описания
инструментов короткими из SQLite. tools/call прозрачно проксируется на upstream.
Назначение
EDT MCP отдаёт 80 инструментов, чьи описания суммарно занимают ~41K токенов контекста. Это перегружает мелкие/дешёвые модели. Прокси сокращает описания до первого предложения (~8-10K токенов), хранит их в SQLite для последующего индивидуального курирования.
Related MCP server: PlanckBot
Установка
cd edt-mcp-proxy
python -m venv .venv
.venv/Scripts/python -m pip install -e .
.venv/Scripts/python -m edt_mcp_proxy seedКонфигурация
Переменные окружения:
EDT_MCP_UPSTREAM— URL upstream EDT MCP (по умолчаниюhttp://localhost:8765/mcp).EDT_PROXY_DB_DIR— каталог для SQLite-файла (по умолчаниюdata/рядом с пакетом).EDT_PROXY_TIMEOUT— таймаут чтения upstream, секунды (по умолчанию60).
Использование
Запуск stdio-сервера (для MCP-клиента):
python -m edt_mcp_proxyСервер добавляет к каждому короткому описанию на лету подсказку
Details: get_tool_guide('<tool>') — указание LLM получить полную справку по инструменту.
Заполнение SQLite первыми предложениями оригинальных описаний:
python -m edt_mcp_proxy seedИмпорт курируемых описаний из md-файла (формат name | описание, по строке):
python -m edt_mcp_proxy load-md tmp/edt_tools_short_descriptions.mdТребует запущенного EDT MCP на upstream URL.
This server cannot be deployed
Maintenance
Related MCP Connectors
Multiple MCP tools, persistent graph memory, token-saving data pointers, and more.
- WauldoOAuthcom.wauldo
Stateless agentic tools over MCP: concept extraction, long-context, knowledge graph, planning.
Cross-tool persistent memory and context for AI assistants over MCP.
The OpenRouter for tools. One MCP connection gives any AI agent 254 hosted tools, pay per call.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceLightweight MCP wrappers that consolidate multiple tools from services like Supabase, Linear, Chrome DevTools, and Context7 into single-action tools, reducing context token usage by ~80% while maintaining full functionality.-
- AlicenseNot gradedqualityDmaintenanceAn adaptive tiny-model layer that sits between an LLM and its MCP tools, compressing verbose tool outputs to reduce token usage by up to two orders of magnitude.1Apache 2.0
- AlicenseNot gradedqualityCmaintenanceToken-efficient MCP reimplementation with progressive tool discovery, result handling, and compact wire encoding, reducing token usage by up to 89% on tool definitions.1MIT
- AlicenseNot gradedqualityDmaintenanceToken-optimized MCP server that reduces context window usage by 59.5% by grouping 12 tools into 5 semantic operations, preserving all original functionality for AI assistants.9 npm1MIT