Skip to content

thinking tool for claude desktop/mcp clients using Deepseek reasoner

Notifications You must be signed in to change notification settings

s2005/mcp-thinking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCP Thinking Server

Extract the thinking chain of thought of the Deepseek R1 reasoning model and use it in Claude Desktop or any MCP client.

with a box of scraps

Setup

To install dependencies:

bun install

Run the setup script to create the MCP config file. You will need to input your Deepseek API key:

bun setup

Open Claude Desktop and enjoy reasoning with Deepseek R1.

Tests

copy .env.test.example to .env.test.

cp .env.test.example .env.test

Run the tests:

bun test

Credits

Thanks to @jacksteamdev's awesome repo for the example of MCP in bun. The setup script and logger are "heavily" inspired by it.

About

thinking tool for claude desktop/mcp clients using Deepseek reasoner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%