Chain of Draft Thinking
MCP ドラフトサーバーチェーン 🧠
Chain of Draft Serverは、思考と設計を体系的かつ反復的に洗練させることで、開発者がより良い意思決定を行うのに役立つ強力なAI駆動型ツールです。一般的なAIエージェントとシームレスに統合され、推論、API設計、アーキテクチャの決定、コードレビュー、実装計画への構造化されたアプローチを提供します。
🌟 特徴
コア機能
反復的推論:ドラフトの連鎖プロトコルによる体系的な改善
思考履歴: 推論の反復を追跡および管理する
分岐サポート: 特定の推論ステップにレビューを集中
TypeScript サポート: Zod 検証を備えた完全な TypeScript 実装
エラー処理: 包括的なエラーの種類と処理
リアルタイムログ:組み込みのデバッグおよび監視システム
Related MCP server: Chain of Draft Prompt Tool
🚀 はじめに
前提条件
Node.js >= 16.0.0
npm >= 8.0.0
インストール
リポジトリをクローンします。
git clone https://github.com/bsmi021/mcp-chain-of-draft-server.git
cd mcp-chain-of-draft-server依存関係をインストールします:
npm install構成
initialize.tsでのシンプルなサーバー構成:
const serverConfig = {
name: "chain-of-draft",
version: "1.0.0",
}💡 使用例
議定書草案の連鎖
const thoughtData = {
reasoning_chain: ["Initial analysis of the problem"],
next_step_needed: true,
draft_number: 1,
total_drafts: 3,
is_critique: true,
critique_focus: "logical_consistency"
};🛠️ 開発
プロジェクト構造
src/
├── tools/ # Specialized Tools
│ ├── chainOfDraft/ # Core Protocol
│ └── index.ts / # Entry Point
├── utils/ # Utilities
└── index.ts # Entry Point開発サーバーの起動
npm run dev❓ よくある質問
Chain of Draft プロトコルはどのように機能しますか?
このプロトコルは、反復的な草稿と集中的な批評を通じて思考を体系的に改善するためのガイドとなります。
批評の寸法をカスタマイズできますか?
はい!各ツールは、特定のニーズに合わせてカスタマイズされた批評の焦点をサポートしています。
ドラフトは何回計画すればいいでしょうか?
ほとんどのタスクでは 3 ~ 5 回のドラフトをお勧めしますが、複雑さに応じて調整できます。
🤝 貢献する
貢献を歓迎します!貢献ガイドラインをご確認ください。
👥 コミュニティとサポート
GitHub Issues - バグを報告したり機能を提案したり
プルリクエスト - 貢献を送信
ドキュメント - 詳細なドキュメントをご覧ください
📝 ライセンス
MIT ライセンス - 詳細についてはLICENSEファイルを参照してください。
🙏 謝辞
貢献者と早期導入者に感謝
MCPコミュニティに特別な感謝を申し上げます
体系的な推論方法論に触発されて
@bsmi021 が 🧠 で作成しました
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseCqualityAmaintenanceTransform your codebase into professional architectural decision records with intelligent AI analysis7518033MIT
- AlicenseNot gradedqualityCmaintenanceTransforms prompts into Chain of Draft (CoD) or Chain of Thought (CoT) format to enhance LLM reasoning quality while reducing token usage by up to 92.4%, supporting multiple LLM providers including Claude, GPT, Ollama, and local models.2519MIT
- AlicenseNot gradedqualityDmaintenancePersistent decision memory and contradiction detection for AI coding agents. Enforces architectural consistency across sessions — the agent cannot code until it loads prior decisions. Human resolves conflicts on a dashboard or in chat.1MIT
- AlicenseAqualityBmaintenanceA structured, persistent reasoning workspace for AI. 20 tools for thought chains, branching, revision, search, tagging, and SQLite session persistence that survives context window resets and server restarts.20722MIT
Related MCP Connectors
Agent-to-agent reasoning-as-a-service: chain-of-thought, analysis, and decision support.
AI Agent with Architectural Memory. Impact analysis (free), tests and code from the graph (pro).
Deterministic reasoning stack for AI agents: simulate, decide & compute, plus cross-domain tools.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bsmi021/mcp-chain-of-draft-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server