mcp-chain-of-draft-prompt-tool

data-ai MCP Server

MCP prompt tool applying Chain-of-Draft (CoD) reasoning - BYOLLM

VerifiedInstall Ready
data-aidata-ai
3 views19 stars3 forksv1.1.1MIT

Why This Matters

Discovered via smithery and last synced 3mo ago.

VerifiedInstall Ready
Source
smithery
Stars
19
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx mcp-chain-of-draft-prompt-tool

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "mcp-chain-of-draft-prompt-tool": {
      "command": "npx",
      "args": [
        "mcp-chain-of-draft-prompt-tool"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

8
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (8)

Tool

Description

chain_of_draft_solve

Solve a problem using Chain of Draft reasoning

math_solve

Solve a math problem with CoD

code_solve

Solve a coding problem with CoD

logic_solve

Solve a logic problem with CoD

get_token_reduction

Get token reduction statistics

analyze_problem_complexity

Analyze problem complexity

get_performance_stats

Get performance stats for CoD vs CoT