Waldzell
Waldzell AI's monorepo of MCP servers. Use in Claude Desktop, Cline, Roo Code, and more!
What is Waldzell?
Waldzell is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to waldzell ai's monorepo of mcp servers. use in claude desktop, cline, roo code, and more!
Waldzell AI's monorepo of MCP servers. Use in Claude Desktop, Cline, Roo Code, and more!
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Waldzell AI's monorepo of MCP servers. Use in Claude Desktop
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx waldzellConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Waldzell
Waldzell is a monorepo of purpose-built MCP servers from Waldzell AI, covering structured reasoning, coding style guidance, and probabilistic thinking. The flagship server — Clear Thought — provides mental models (First Principles, Occam's Razor, Pareto Principle), design patterns, programming paradigm guidance, structured debugging approaches, and sequential thinking scaffolding. Developers use these servers to inject systematic problem-solving frameworks into Claude Desktop, Cline, Roo Code, or any MCP-compatible client.
Prerequisites
- Node.js 18 or higher
- npm (bundled with Node.js)
- An MCP-compatible client such as Claude Desktop, Cline, or Roo Code
- Git to clone the repository for local builds
Install Clear Thought via Smithery (recommended)
The easiest installation method uses the Smithery CLI to configure Claude Desktop automatically.
npx -y @smithery/cli install @waldzellai/clear-thought --client claudeOr install via npm
Install the Clear Thought package directly from npm for use with any MCP client.
npm install -g @waldzellai/clear-thought
# Or run directly with npx without installing:
npx @waldzellai/clear-thoughtOr build from source
Clone the monorepo and build all servers locally if you want to modify or inspect the source.
git clone https://github.com/waldzellai/waldzell-mcp.git
cd waldzell-mcp
npm install
npm run build --workspacesAdd the server to your MCP client config
Register the Clear Thought server in your Claude Desktop or other MCP client configuration.
Invoke a mental model or debugging approach
Ask Claude to use a specific mental model or debugging approach to get structured, framework-guided reasoning.
Waldzell Examples
Client configuration
Claude Desktop configuration for the Waldzell Clear Thought MCP server.
{
"mcpServers": {
"clear-thought": {
"command": "npx",
"args": ["@waldzellai/clear-thought"]
}
}
}Prompts to try
Example prompts that leverage Clear Thought's reasoning frameworks.
- "Use first principles thinking to analyze why our API response times are degrading under load"
- "Apply Occam's Razor to this bug: the login form submits but users are not being authenticated"
- "Use the binary search debugging approach to isolate which commit introduced this regression"
- "Walk me through a sequential thinking process to plan the architecture for our new microservice"
- "Apply the Pareto Principle to our backlog — which 20% of tasks will deliver 80% of user value?"Troubleshooting Waldzell
npx @waldzellai/clear-thought fails with package not found
Ensure you have Node.js 18+ installed. Run 'npm view @waldzellai/clear-thought' to confirm the package exists in the npm registry. If it is unavailable, build from source by cloning the repository and running 'npm install && npm run build --workspaces'.
Server starts but reasoning tools are not appearing in the MCP client
Restart your MCP client after updating the configuration. In Claude Desktop, quit and relaunch the app. Confirm the mcpServers block in claude_desktop_config.json is valid JSON with no trailing commas.
Smithery installation fails or times out
Try the manual npm installation instead: 'npm install -g @waldzellai/clear-thought'. Then add the configuration block to your MCP client's config file manually pointing to the globally installed command.
Frequently Asked Questions about Waldzell
What is Waldzell?
Waldzell is a Model Context Protocol (MCP) server that waldzell ai's monorepo of mcp servers. use in claude desktop, cline, roo code, and more! It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Waldzell?
Follow the installation instructions on the Waldzell GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Waldzell?
Waldzell works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Waldzell free to use?
Yes, Waldzell is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Waldzell Alternatives — Similar Developer Tools Servers
Looking for alternatives to Waldzell? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Waldzell in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Waldzell?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.