Back to Apps

Atom of Thoughts
Supports UIby dioptx
Structured AI reasoning server that decomposes problems into atomic thoughts with confidence tracking and D3 visualization.
0 stars
Works in:CursorWindsurf
Exposes:ToolsResources
What it does
Atom of Thoughts (AoT) provides a rigorous framework for LLM reasoning. Instead of a single black-box response, it forces the model to decompose problems into a chain of atomic units (premises, reasoning, hypotheses, verifications, and conclusions). Each unit is tagged with a confidence score, creating a transparent, auditable dependency graph of the AI's thought process.
Tools
- AoT-fast: Optimized for tradeoffs, debugging, and quick decisions (Depth 3).
- AoT-full: Designed for complex planning, architecture, and problem decomposition (Depth 5).
- atomcommands: Manages session lifecycles, exports graphs, and handles approval polling.
Installation
{
"mcpServers": {
"atom-of-thoughts": {
"command": "npx",
"args": ["-y", "@dioptx/mcp-atom-of-thoughts"]
}
}
}
Supported hosts
- claude
- cursor
- windsurf
Quick install
npx -y @dioptx/mcp-atom-of-thoughtsInformation
- Pricing
- free
- Published
- 7/13/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json in ~/.cursor/Windsurf
Add to mcp_config.jsonClaude Desktop
Add `npx -y @dioptx/mcp-atom-of-thoughts` to your mcpServers config.





