MCP Catalogs
Home

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.

developer-toolsai-llmproductivity
6
Forks
3
Open issues
14 mo ago
Last commit
2d ago
Indexed

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:

you:Systematic code review with iterative refinement of feedback
you:Architecture planning through multiple design drafts and critiques
you:API design improvement through structured reasoning iterations
you:Implementation planning with step-by-step refinement process
you:How does the Chain of Draft protocol work?
you:Can I customize the critique dimensions?

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_draft

    Core 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

mcp-coder-servermcp-reasonermcp-dev-assistant

Installation

Installation

  1. Clone the repository:
git clone https://github.com/bsmi021/mcp-chain-of-draft-server.git
cd mcp-chain-of-draft-server
  1. Install dependencies:
npm install
  1. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.