Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kljensen/deliberate-thinking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deliberate Thinking MCP Server

A structured thinking Model Context Protocol tool for AI assistants that breaks down complex problems into sequential, revisable thoughts.

Notes

  • This is based on the Sequential Thinking MCP
  • The project goal is merely to be useful to me and my work. It's easy to fork for your work.
  • This is written in Rust merely for low-latency start-up times and for fun.

Quick Start

Install

# Clone the repository
git clone https://github.com/kljensen/deliberate-thinking.git
cd deliberate-thinking
cargo build --release

Adding deliberate thinking to your AI assistant

You can find instructions for your assistants at these links:

For Claude Code, I often have a .mcp.json file in my working directory with the following content.

{
  "mcpServers": {
    "deliberate-thinking": {
      "command": "/your/path/to/deliberate-thinking-server",
      "args": []
    }
  }
}

License

The Unlicense.

About

An MCP tool for deliberate thinking (er...basically Rust clone of sequential-thinking)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors 2

  •  
  •  

Languages