edt-mcp-tool-description-optimizer
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceLightweight 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.
- Alicense-qualityDmaintenanceAn 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
- Alicense-qualityAmaintenanceToken-efficient MCP reimplementation with progressive tool discovery, result handling, and compact wire encoding, reducing token usage by up to 89% on tool definitions.1MIT
- Alicense-qualityDmaintenanceToken-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.5MIT
Related MCP Connectors
Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
AI-powered reading triage MCP. 26 tools with a 24h burn timer. Read less, absorb more.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/VVi3ard/edt-mcp-tool-description-optimizer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server