A collection of Model Context Protocol (MCP) servers providing various capabilities for AI assistants.
An MCP server providing advanced problem-solving capabilities through:
- Sequential thinking with dynamic thought evolution
- Mental models for structured problem decomposition (from a list provided by James Clear's website)[https://jamesclear.com/mental-models]
- Systematic debugging approaches
A collection of Model Context Protocol (MCP) servers providing various capabilities for AI assistants, incl
This is a monorepo using npm workspaces. To get started:
# Install dependencies for all packages
npm install
# Build all packages
npm run build
# Clean all packages
npm run clean
# Test all packages
npm run test
Each package in the packages/
directory is published independently to npm under the @waldzellai
organization scope.
To create a new package:
- Create a new directory under
packages/
- Initialize with required files (package.json, src/, etc.)
- Add to workspaces in root package.json if needed
MIT