mcp-chain-of-draft-prompt-tool
MCP prompt tool applying Chain-of-Draft (CoD) reasoning - BYOLLM
GitHub Stars
13
User Rating
Not Rated
Favorites
0
Views
23
Forks
2
Issues
3
Installation
Difficulty
AdvancedEstimated Time
20-45 minutes
Installation
Python 3.10+ (for Python implementation)
Node.js 22+ (for JavaScript implementation)
Nx (for building Single Executable Applications)
1Clone the repository
2Install dependencies:
bash
pip install -r requirements.txt
3Configure API keys in
.env file:
ANTHROPIC_API_KEY=your_api_key_here
4Run the server:
bash
python server.py
1Clone the repository
2Install dependencies:
```bash
npm installAdditional Resources
Author Information
Related MCPs
fusion360-mcp-server
37
The fusion360-mcp-server is a Python-based server designed to automate the functionalities of Fusion 360 and streamline workflows. This tool assists in managing CAD data and automating projects, enabling users to work more efficiently. It is particularly enhanced with features that allow integration with other applications through APIs.