mcp-chain-of-draft-server
by bsmi021·★ 24·Score 34
MCP server implementing Chain of Draft protocol for systematic reasoning and decision-making in development workflows.
Overview
The MCP Chain of Draft Server provides a structured approach to reasoning through iterative refinement of thoughts and designs. It implements the Chain of Draft protocol, which guides users through systematic improvement of their thinking through multiple drafts and focused critiques. The server offers tools for reasoning, API design, architecture decisions, code reviews, and implementation planning. Built with TypeScript, it includes robust error handling, real-time logging, and branching support for focused reviews on specific reasoning steps.
Try asking AI
After installing, here are 6 things you can ask your AI assistant:
When to choose this
Choose when you need structured, iterative reasoning for complex development decisions and architecture planning.
When NOT to choose this
Not ideal for simple tasks where quick decisions are needed; better suited for complex, multi-stage development processes.
Tools this server exposes
1 tool extracted from the README (low confidence)chain_of_draftCore protocol for iterative reasoning and improvement through systematic drafts
Note: No explicit tool documentation found. Inferred from project structure and description mentioning 'chainOfDraft' as specialized tool.
Comparable tools
Installation
Installation
- Clone the repository:
git clone https://github.com/bsmi021/mcp-chain-of-draft-server.git
cd mcp-chain-of-draft-server- Install dependencies:
npm install- Add to Claude Desktop configuration (claude_desktop_config.json):
{
"mcpServers": {
"chain-of-draft": {
"command": "npx",
"args": ["@bsmi021/mcp-chain-of-draft-server"]
}
}
}FAQ
- How does the Chain of Draft protocol work?
- The protocol guides users through systematic improvement of their thinking through iterative drafts and focused critiques, helping refine ideas step-by-step.
- Can I customize the critique dimensions?
- Yes, each tool supports custom critique focuses tailored to your specific needs and workflow requirements.
Compare mcp-chain-of-draft-server with
Last updated · Auto-generated from public README + GitHub signals.