Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Deliberate Thinking

FreeNot checked

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

GitHubEmbed

About

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

README

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

from github.com/kljensen/deliberate-thinking

Installing Deliberate Thinking

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/kljensen/deliberate-thinking

FAQ

Is Deliberate Thinking MCP free?

Yes, Deliberate Thinking MCP is free — one-click install via Unyly at no cost.

Does Deliberate Thinking need an API key?

No, Deliberate Thinking runs without API keys or environment variables.

Is Deliberate Thinking hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Deliberate Thinking in Claude Desktop, Claude Code or Cursor?

Open Deliberate Thinking on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Deliberate Thinking with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs