deliberate-thinking
An MCP tool for deliberate thinking (er...basically Rust clone of sequential-thinking)
Documentation
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
From GitHub Releases (recommended):
Download the latest binary for your platform from the releases page.
Available platforms:
- macOS (Intel and Apple Silicon)
- Linux (x86_64 and ARM64)
- Windows (x86_64)
From source:
git clone https://github.com/kljensen/deliberate-thinking.git
cd deliberate-thinking
cargo build --releaseAdding 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.
Frequently asked questions
What is deliberate-thinking?
deliberate-thinking is An MCP tool for deliberate thinking (er...basically Rust clone of sequential-thinking)
How do I install deliberate-thinking?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is deliberate-thinking open source?
Yes — it is hosted on GitHub at https://github.com/kljensen/deliberate-thinking and has 1 stars.
Related MCP tools
🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments.
An LLM agent that conducts deep research (local and web) on any given topic and generates a long report with citations. Built for the Model Context Protocol to
A powerful coding agent toolkit providing semantic retrieval and editing capabilities (MCP server & other integrations) Python-based implementation.
Chat with your Kubernetes Cluster using AI tools and IDEs like Claude and Cursor! for the Model Context Protocol. Enhance AI assistants with powerful integratio
An open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM for the Model Context Protocol. Enhance AI
🚀 The fast, Pythonic way to build MCP servers and clients Trusted by 19900+ developers. Trusted by 19900+ developers. Trusted by 19900+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP