Back to Apps

Deliberate Thinking
by kljensen
Structured thinking tool for AI assistants to break down complex problems into sequential, revisable thoughts.
7 stars
Updated 5 months ago
Works in:CodexVS Code Copilot
Exposes:Tools
What it does
Connects an AI assistant to a structured thinking process, allowing it to decompose complex tasks into a sequence of logical steps. It enables the model to 'think out loud' and revise its reasoning as it progresses, preventing logic gaps in multi-step problem solving.
Tools
thought: Allows the agent to record a sequential step of reasoning, which can be referenced or revised later.
Installation
{
"mcpServers": {
"deliberate-thinking": {
"command": "/path/to/deliberate-thinking-server",
"args": []
}
}
}
Supported hosts
- Claude Code
- OpenAI Codex
- GitHub Copilot
Quick install
cargo build --releaseInformation
- Pricing
- free
- Published
- 6/18/2026
- Updated
- 5 months ago
- stars
- 7
Categories
Choose your AI client and follow the steps below.
Codex
Add to AGENTS.md or mcp config entryClaude Desktop
{
"mcpServers": {
"deliberate-thinking": {
"command": "/path/to/deliberate-thinking-server",
"args": []
}
}
}VS Code Copilot
Add to settings.json github.copilot.chat.mcp.servers entry





