This repository extracts the chain of thought from Deepseek R1, enabling its use in Claude Desktop or other MCP clients. It requires a Deepseek API key and utilizes a setup
Extracts the chain of thought from the Deepseek R1 reasoning model for use with Claude Desktop or any MCP client.
To prepare for testing, duplicate the .env.test.example
file and rename the copy to .env.test
:
cp .env.test.example .env.test
Then, run the tests using:
bun test
This project is inspired by @jacksteamdev's repository, which provided an example of MCP implementation in Bun. The setup script and logger are adapted from that project.
mattzcarey/mcp-thinking
January 25, 2025
March 22, 2025
TypeScript