Chain of Draft (CoD) MCP Server
@stat-guy
关于 Chain of Draft (CoD) MCP Server
Chain of Draft (CoD) MCP Server: An MCP server implementation of the Chain of Draft reasoning approach for more efficient LLM reasoning.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"chain-of-draft": {
"command": "python",
"args": [
"server.py"
]
}
}
}工具
7Solve a problem using Chain of Draft reasoning
Solve a math problem with CoD
Solve a coding problem with CoD
Solve a logic problem with CoD
Get performance stats for CoD vs CoT
Get token reduction statistics
Analyze problem complexity
概览
What is Chain of Draft (CoD) MCP Server?
A Model Context Protocol server implementing the Chain of Draft (CoD) reasoning approach, enabling LLMs to generate minimal intermediate reasoning steps (typically ≤5 words) to significantly reduce token usage while maintaining accuracy. It integrates with Claude Desktop and is available in Python and JavaScript implementations, targeting developers who need cost-efficient, fast reasoning in multi-step tasks.
How to use Chain of Draft (CoD) MCP Server?
Install the server using Python 3.10+ or Node.js 18+, configure your Anthropic API key in a .env file, and run it (python server.py or node index.js). Once running,
其他 分类下的更多 MCP 服务器
Nginx UI
0xJackyYet another WebUI for Nginx
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
评论