Back to directory
stat-guy/chain-of-draft

stat-guy/chain-of-draft

@stat-guy

Chain of Draft (CoD) MCP Server: An MCP server implementation of the Chain of Draft reasoning approach for more efficient LLM reasoning.

chain-of-draftreasoningllmpythonjavascriptmcpefficiencytool

Installation & Configuration

{
  "mcpServers": {
    "chain-of-draft": {
      "command": "python3",
      "args": [
        "/absolute/path/to/cod/server.py"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "your_api_key_here"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/17
Updated
2026/6/17