kbsooo/MCP_Atom_of_Thoughts
Atom of Thoughts (AoT) MCP is a server that decomposes complex problems into independent atomic units of thought, using the dependencies between these units to deliver more robust reasoning and validated insights.
Implements decomposition-based reasoning as an MCP server with two tool variants (full AoT and AoT-light) supporting five atom types (premise, reasoning, hypothesis, verification, conclusion) that track dependencies and confidence scores. Features a decomposition-contraction mechanism for breaking complex atoms into sub-atoms and automatically aggregating confidence levels, plus automatic termination when reaching maximum depth or high-confidence conclusions. Integrates with Claude and other MCP-compatible clients through the Model Context Protocol, enabling complex problem-solving tasks that benefit from systematic verification and dependency tracking over linear reasoning chains.
No commits in the last 6 months.
Stars
57
Forks
10
Language
JavaScript
License
MIT
Category
Last pushed
May 14, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/kbsooo/MCP_Atom_of_Thoughts"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
spences10/mcp-sequentialthinking-tools
🧠An adaptation of the MCP Sequential Thinking Server to guide tool usage. This server provides...
spranab/brainstorm-mcp
MCP server for multi-round AI brainstorming debates between multiple models (GPT, DeepSeek,...
linxule/lotus-wisdom-mcp
MCP server for structured problem-solving using the Lotus Sutra's wisdom framework. Beautiful...
FradSer/mcp-server-mas-sequential-thinking
An advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno...
nikkoxgonzales/crash-mcp
MCP server for structured and efficient reasoning with step validation, branching, and revisions.