Thoughtbox

v1.0.3Coding Agentsstable

next-gen reasoning MCP for agentic AI's Wave Two. successor to Waldzell AI's Clear Thought server.

ai-agentsclaudeclaude-codeclaudecodemcp
Share:
59
Stars
0
Downloads
0
Weekly
0/5

What is Thoughtbox?

Thoughtbox is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to next-gen reasoning mcp for agentic ai's wave two. successor to waldzell ai's clear thought server.

next-gen reasoning MCP for agentic AI's Wave Two. successor to Waldzell AI's Clear Thought server.

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • next-gen reasoning MCP for agentic AI's Wave Two. successor

Use Cases

Next-gen reasoning MCP for agentic AI
Observability and multi-step reasoning
glassBead-tc

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.0.3
UpdatedMay 16, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @kastalien-research/thoughtbox

Manual Installation

npx -y @kastalien-research/thoughtbox

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Thoughtbox

Thoughtbox is a next-generation reasoning MCP server designed for agentic AI workflows, serving as the successor to the Waldzell AI Clear Thought server. It provides structured multi-step reasoning tools — including forward, backward, branching, revision, and critique patterns — along with a web-based Observatory UI for observability, multi-agent collaboration via a Hub with six agent profiles, and flexible storage backends including filesystem, in-memory, and Supabase cloud storage.

Prerequisites

  • Docker and Docker Compose (recommended for quickest setup), or Node.js 22+ with pnpm for local development
  • An MCP-compatible client such as Claude Desktop or Claude Code
  • For Supabase storage: a Supabase project URL and service role key
  • Ports 1731 (MCP server) and 1729 (Observatory UI) available on your machine
1

Clone the repository

Clone the Thoughtbox repository from GitHub.

git clone https://github.com/Kastalien-Research/thoughtbox.git
cd thoughtbox
2

Start with Docker Compose (recommended)

Build and launch the Thoughtbox server using Docker Compose. The MCP server will be available at http://localhost:1731/mcp.

docker compose up --build
3

Optional: enable the Observatory UI

Set the THOUGHTBOX_OBSERVATORY_ENABLED environment variable to true to activate the web-based observability dashboard at http://localhost:1729.

THOUGHTBOX_OBSERVATORY_ENABLED=true docker compose up --build
4

Alternative: local Node.js setup

If you prefer running without Docker, install dependencies and build with pnpm on Node.js 22+.

pnpm install
pnpm build
pnpm dev
5

Configure your MCP client

Add the Thoughtbox server to your MCP client configuration. Since it runs as an HTTP server, the config uses a URL rather than a command.

Thoughtbox Examples

Client configuration

Add this to your Claude Desktop config or Claude Code settings.json. Thoughtbox runs as an HTTP MCP server, so the connection uses a URL.

{
  "mcpServers": {
    "thoughtbox": {
      "url": "http://localhost:1731/mcp"
    }
  }
}

Prompts to try

Use these prompts to engage Thoughtbox's structured reasoning capabilities in Claude.

- "Use thoughtbox_execute to analyze why our checkout page takes 45 seconds to load using forward sequential reasoning"
- "Use thoughtbox_search to find all thoughts and proposals related to the authentication refactor"
- "Apply branching reasoning to compare PostgreSQL vs MongoDB for our new events table"
- "Use the critique pattern to review this API design and identify weaknesses"
- "Set up a multi-agent session with an ARCHITECT and REVIEWER profile to evaluate this system design"

Troubleshooting Thoughtbox

MCP client cannot connect to http://localhost:1731/mcp

Verify Docker containers are running with `docker compose ps`. Check that port 1731 is not blocked by a firewall or used by another process. Try `curl http://localhost:1731/mcp` to confirm the server responds.

Supabase storage mode fails to initialize

Set both SUPABASE_URL and SUPABASE_SERVICE_ROLE_KEY environment variables. The service role key (not the anon key) is required. Verify the values in your Supabase project's API settings page.

Observatory UI at port 1729 is blank or unreachable

Ensure THOUGHTBOX_OBSERVATORY_ENABLED is set to true before starting. If using Docker, confirm that port 1729 is mapped in your docker-compose.yml or that you passed the environment variable correctly.

Frequently Asked Questions about Thoughtbox

What is Thoughtbox?

Thoughtbox is a Model Context Protocol (MCP) server that next-gen reasoning mcp for agentic ai's wave two. successor to waldzell ai's clear thought server. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Thoughtbox?

Install via npm with the command: npx -y @kastalien-research/thoughtbox. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Thoughtbox?

Thoughtbox works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Thoughtbox free to use?

Yes, Thoughtbox is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "thoughtbox": { "command": "npx", "args": ["-y", "@kastalien-research/thoughtbox"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Thoughtbox?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides