# Atom of Thoughts

Enhance your applications with intelligent thought processing capabilities. Leverage advanced language models to generate, analyze, and manipulate ideas seamlessly. Transform your workflows with powe…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add kbsooo/mcp_atom_of_thoughts

# Browse available tools
npx -y @smithery/cli@latest tool list kbsooo/mcp_atom_of_thoughts

# Get full schema for a tool
npx -y @smithery/cli@latest tool get kbsooo/mcp_atom_of_thoughts AoT

# Call a tool
npx -y @smithery/cli@latest tool call kbsooo/mcp_atom_of_thoughts AoT '{}'
```

## Tools (3)

- `AoT` — Atom of Thoughts (AoT) is a tool for solving complex problems by decomposing them into independent, reusable atomic uni…
- `AoT-light` — A lightweight version of Atom of Thoughts (AoT) designed for faster processing and quicker results.
- `atomcommands` — A command tool to control the decomposition-contraction mechanism and automatic termination of Atom of Thoughts.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get kbsooo/mcp_atom_of_thoughts <tool-name>
```

---

Source: https://github.com/kbsooo/MCP_Atom_of_Thoughts | License: MIT
