MCP.so
ログイン

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.

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

stat-guy

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "chain-of-draft": {
      "command": "python",
      "args": [
        "server.py"
      ]
    }
  }
}

ツール

7

Solve 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,

コメント

「その他」の他のコンテンツ