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

stat-guy/chain-of-draft

@stat-guy1248

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
2025/3/3
Updated
2025/3/4