Retour aux applications

Deliberate Thinking
par kljensen
Structured thinking tool for AI assistants to break down complex problems into sequential, revisable thoughts.
7 étoiles
Mis à jour 5 months ago
Fonctionne dans:CodexVS Code Copilot
Expose: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
Installation rapide
cargo build --releaseInformations
- Tarification
- free
- Publié
- 6/18/2026
- Mis à jour
- 5 months ago
- étoiles
- 7
Catégories
Choisissez votre client IA et suivez les étapes ci-dessous.
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





