trackmcp
Back to directory
kljensen

deliberate-thinking

View on GitHub

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

1 stars RustAI & Machine Learning Updated Oct 10, 2025
claude-codellmsmcpmcp-serveropenai-codex

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

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:

bash
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.

json
{
  "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

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP