Extract the thinking chain of thought of the Deepseek R1 reasoning model and use it in Claude Desktop or any MCP client.
To install dependencies:
bun installRun the setup script to create the MCP config file. You will need to input your Deepseek API key:
bun setupOpen Claude Desktop and enjoy reasoning with Deepseek R1.
copy .env.test.example to .env.test.
cp .env.test.example .env.testRun the tests:
bun testThanks to @jacksteamdev's awesome repo for the example of MCP in bun. The setup script and logger are "heavily" inspired by it.