Skip to main content
Glama

Chain of Draft Thinking

by bsmi021

MCP 초안 서버 🧠

체인 오브 드래프트 서버(Chain of Draft Server)는 개발자가 사고와 디자인을 체계적이고 반복적으로 개선하여 더 나은 의사 결정을 내릴 수 있도록 지원하는 강력한 AI 기반 도구입니다. 널리 사용되는 AI 에이전트와 완벽하게 통합되며 추론, API 설계, 아키텍처 결정, 코드 검토 및 구현 계획에 대한 체계적인 접근 방식을 제공합니다.

🌟 특징

핵심 역량

  • 반복적 추론 : 초안 프로토콜 체인을 통한 체계적인 개선
  • 사고 이력 : 추론 반복을 추적하고 관리합니다.
  • 분기 지원 : 특정 추론 단계에 대한 검토에 집중
  • TypeScript 지원 : Zod 검증을 통한 전체 TypeScript 구현
  • 오류 처리 : 포괄적인 오류 유형 및 처리
  • 실시간 로깅 : 내장된 디버깅 및 모니터링 시스템

🚀 시작하기

필수 조건

  • 노드.js >= 16.0.0
  • npm >= 8.0.0

설치

  1. 저장소를 복제합니다.

지엑스피1

  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 이슈 - 버그 보고 또는 기능 제안
  • 풀 리퀘스트 - 기여 제출
  • 문서 - 자세한 문서를 확인하세요

📝 라이센스

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