Skip to main content
Glama

Chain of Draft Thinking

by bsmi021

MCP ドラフトサーバーチェーン 🧠

Chain of Draft Serverは、思考と設計を体系的かつ反復的に洗練させることで、開発者がより良い意思決定を行うのに役立つ強力なAI駆動型ツールです。一般的なAIエージェントとシームレスに統合され、推論、API設計、アーキテクチャの決定、コードレビュー、実装計画への構造化されたアプローチを提供します。

🌟 特徴

コア機能

  • 反復的推論:ドラフトの連鎖プロトコルによる体系的な改善
  • 思考履歴: 推論の反復を追跡および管理する
  • 分岐サポート: 特定の推論ステップにレビューを集中
  • TypeScript サポート: Zod 検証を備えた完全な TypeScript 実装
  • エラー処理: 包括的なエラーの種類と処理
  • リアルタイムログ:組み込みのデバッグおよび監視システム

🚀 はじめに

前提条件

  • Node.js >= 16.0.0
  • npm >= 8.0.0

インストール

  1. リポジトリをクローンします。
git clone https://github.com/bsmi021/mcp-chain-of-draft-server.git cd mcp-chain-of-draft-server
  1. 依存関係をインストールします:
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 が 🧠 で作成しました

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Chain of Draft Serverは、思考と設計を体系的かつ反復的に洗練させることで、開発者がより良い意思決定を行うのに役立つ強力なAI駆動型ツールです。一般的なAIエージェントとシームレスに統合され、推論、API設計、アーキテクチャの決定、コードレビューなどへの構造化されたアプローチを提供します。

  1. 🌟 特徴
    1. コア機能
  2. 🚀 はじめに
    1. 前提条件
    2. インストール
    3. 構成
  3. 💡 使用例
    1. 議定書草案の連鎖
  4. 🛠️ 開発
    1. プロジェクト構造
    2. 開発サーバーの起動
  5. ❓ よくある質問
    1. Chain of Draft プロトコルはどのように機能しますか?
    2. 批評の寸法をカスタマイズできますか?
    3. ドラフトは何回計画すればいいでしょうか?
  6. 🤝 貢献する
    1. 👥 コミュニティとサポート
      1. 📝 ライセンス
        1. 🙏 謝辞

          Related MCP Servers

          • -
            security
            F
            license
            -
            quality
            Server that enhances the capabilities of the Cline coding agent. It provides intelligent code suggestions, reduces hallucinations, and documents the knowledge base by leveraging your project's documentation and detecting the technologies used in your codebase.
            Last updated -
            12
            JavaScript
          • A
            security
            F
            license
            A
            quality
            Implements the Chain of Draft reasoning approach to generate minimalistic intermediate reasoning outputs while solving tasks, significantly reducing token usage while maintaining accuracy.
            Last updated -
            7
            11
            Python
            • Apple
          • A
            security
            A
            license
            A
            quality
            A server based on Model Context Protocol that provides predefined prompt templates for tasks like code review and API documentation generation, enabling more efficient workflows in Cursor/Windsurf editors.
            Last updated -
            10
            2
            197
            JavaScript
            MIT License
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that manages character knowledge and relationships for creative writing projects, offering semantic search and AI-powered analysis.
            Last updated -
            Python
            MIT License

          View all related MCP servers

          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