Description Wrapper
БесплатноНе проверенA Model Context Protocol (MCP) server wrapper that allows you to override tool descriptions for testing AI agent adoption and behavior
Описание
A Model Context Protocol (MCP) server wrapper that allows you to override tool descriptions for testing AI agent adoption and behavior
README
A Model Context Protocol (MCP) server wrapper that allows you to override tool descriptions for testing AI agent adoption and behavior.
Purpose
This tool enables A/B testing of tool descriptions to measure their impact on AI agent adoption rates. By changing only the descriptions while keeping functionality identical, you can determine which descriptions lead to better tool usage by AI agents.
Usage
Basic Usage
# Wrap an existing MCP server with custom descriptions
./mcp-wrapper --descriptions my-descriptions.json /path/to/upstream-mcp-server
# Or use environment variable for upstream command
export MCP_UPSTREAM_COMMAND="/path/to/upstream-mcp-server --some-flag"
./mcp-wrapper --descriptions my-descriptions.json
Claude Desktop Integration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"wrapped-server": {
"command": "/path/to/mcp-wrapper",
"args": ["--descriptions", "/path/to/descriptions.json", "/path/to/upstream-server"]
}
}
}
Descriptions File Format
Create a JSON file with tool names as keys and new descriptions as values:
{
"tool_name": "New description for this tool",
"another_tool": "Different description to test AI agent adoption",
"file_read": "📖 Intelligent file content retrieval with contextual analysis capabilities"
}
Examples
Testing Different Description Styles
Original: "file_read": "Read file contents"
Descriptive: "file_read": "📖 Intelligent file content retrieval with contextual analysis capabilities"
Action-oriented: "file_read": "🔍 Extract and analyze file contents for processing"
Problem-focused: "file_read": "📋 Solve file access needs with comprehensive content reading"
Sample Descriptions
See sample-descriptions.json for examples of enhanced descriptions that use:
- Emojis for visual appeal
- Power words ("Advanced", "Intelligent", "Comprehensive")
- Benefit statements ("perfect for testing", "optimized for AI")
- Technical specificity ("semantic filtering", "algorithmic support")
Building
go mod init mcp-description-wrapper
go get github.com/mark3labs/mcp-go
go build -o mcp-wrapper
Environment Variables
MCP_DEBUG=1: Enable debug loggingMCP_UPSTREAM_COMMAND: Default upstream command if not provided as argument
Testing Methodology
- Baseline: Run your MCP server normally and measure tool usage
- Treatment: Use the wrapper with enhanced descriptions
- Metrics: Compare adoption rates, usage frequency, and task completion
- Variables: Test different description styles (technical vs. friendly, short vs. detailed, etc.)
Architecture
The wrapper:
- Starts the upstream MCP server as a subprocess
- Intercepts tool discovery requests
- Replaces descriptions from the JSON file
- Proxies all tool calls to the upstream server unchanged
- Returns results transparently
This ensures functionality remains identical while only descriptions change.
Установка Description Wrapper
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/standardbeagle/mcp-description-wrapperFAQ
Description Wrapper MCP бесплатный?
Да, Description Wrapper MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Description Wrapper?
Нет, Description Wrapper работает без API-ключей и переменных окружения.
Description Wrapper — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Description Wrapper в Claude Desktop, Claude Code или Cursor?
Открой Description Wrapper на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Description Wrapper with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
