Chain of Draft Thinking
MCP 초안 서버 🧠
체인 오브 드래프트 서버(Chain of Draft Server)는 개발자가 사고와 디자인을 체계적이고 반복적으로 개선하여 더 나은 의사 결정을 내릴 수 있도록 지원하는 강력한 AI 기반 도구입니다. 널리 사용되는 AI 에이전트와 완벽하게 통합되며 추론, API 설계, 아키텍처 결정, 코드 검토 및 구현 계획에 대한 체계적인 접근 방식을 제공합니다.
🌟 특징
핵심 역량
반복적 추론 : 초안 프로토콜 체인을 통한 체계적인 개선
사고 이력 : 추론 반복을 추적하고 관리합니다.
분기 지원 : 특정 추론 단계에 대한 검토에 집중
TypeScript 지원 : Zod 검증을 통한 전체 TypeScript 구현
오류 처리 : 포괄적인 오류 유형 및 처리
실시간 로깅 : 내장된 디버깅 및 모니터링 시스템
Related MCP server: Chain of Draft Prompt Tool
🚀 시작하기
필수 조건
노드.js >= 16.0.0
npm >= 8.0.0
설치
저장소를 복제합니다.
지엑스피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님이 🧠로 만들었습니다
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