Waldzell MCP Servers
Waldzell AI's monorepo of MCP servers. Use in Claude Desktop, Cline, Roo Code, and more!
Overview
Waldzell MCP is a collection of Model Context Protocol (MCP) servers designed to enhance AI assistants with advanced problem-solving capabilities and decision-making algorithms.
To use Waldzell MCP, developers can integrate the MCP servers into their AI applications by installing the necessary packages and utilizing the provided APIs for enhanced reasoning and decision-making.
- Advanced problem-solving through sequential thinking and dynamic thought evolution. - Stochastic algorithms for improved decision-making, including Markov Decision Processes and Monte Carlo Tree Search. - Modular architecture allowing for easy addition of new capabilities.
- Enhancing AI assistants to solve complex mathematical problems.
- Implementing decision-making strategies in AI applications.
- Providing structured reasoning capabilities for various AI tasks.
Add to your AI client
Use these steps to connect Waldzell MCP Servers in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"waldzell-mcp-waldzellai": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-waldzell-mcp-waldzellai"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"waldzell-mcp-waldzellai": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-waldzell-mcp-waldzellai"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"waldzell-mcp-waldzellai": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-waldzell-mcp-waldzellai"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"waldzell-mcp-waldzellai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-waldzell-mcp-waldzellai"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"waldzell-mcp-waldzellai": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-waldzell-mcp-waldzellai"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"waldzell-mcp-waldzellai": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-waldzell-mcp-waldzellai"
]
}
}
}FAQ
What is the purpose of the MCP servers?
The MCP servers are designed to enhance AI models by providing specialized reasoning tools and algorithms.
How can I contribute to the project?
You can contribute by creating new packages or improving existing ones within the monorepo structure.
Is there documentation available?
Yes, comprehensive documentation is available on the project's GitHub page.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2923,"uuid":"636257c3-1b9b-4fd5-8a57-93b9d4780b90","name":"waldzell-mcp","title":"Waldzell MCP Servers","description":"Waldzell AI's monorepo of MCP servers. Use in Claude Desktop, Cline, Roo Code, and more!","avatar_url":"https://avatars.githubusercontent.com/u/193014329?v=4","created_at":"2025-03-16T04:12:21.815Z","updated_at":"2025-03-16T06:10:55.139Z","status":"created","author_name":"waldzellai","author_avatar_url":"https://avatars.githubusercontent.com/u/193014329?v=4","tags":"[]","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/waldzellai/waldzell-mcp","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"108\",\"license\":\"MIT license\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-06-04 19:39:53\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]