Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Chain of Draft (CoD) MCP Server
Claim
by
stat-guy
GitHub
Research & Data
Developer Tools
Python
1
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
analytics.py
claude_desktop_config.example.json
CLAUDE.md
client.py
commit.sh
complexity.py
.env.example
examples.py
format.py
.gitignore
index.js
__init__.py
mcp-documentation.md
package.json
package-lock.json
push.sh
README.md
reasoning.py
requirements.txt
server.js
server.py
test.py
test-query.js
{ "name": "chain-of-draft", "version": "1.0.0", "description": "Chain of Draft (CoD) MCP Server", "main": "index.js", "type": "module", "engines": { "node": ">=18" }, "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "chain-of-draft", "claude", "reasoning" ], "author": "", "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "^0.19.0", "@modelcontextprotocol/sdk": "0.5.0", "dotenv": "^16.4.5", "node-fetch": "^3.3.2" } }