WaldzellAI/waldzell-mcp
Built by Metorial, the integration platform for agentic AI.
WaldzellAI/waldzell-mcp
Server Summary
Advanced decision-making strategies
Stochastic analysis
Pattern recognition
Optimization techniques
This is a Turborepo-powered monorepo containing MCP (Model Context Protocol) servers for various AI assistant integrations.
This monorepo uses Turborepo with Yarn 4 Workspaces.
corepack enable
)Clone the repository and install dependencies:
git clone https://github.com/waldzellai/mcp-servers.git
cd mcp-servers
yarn install
To develop all packages:
yarn dev
To build all packages:
yarn build
The build output will be in each package's dist/
directory.
yarn test
yarn lint
This repo is set up to easily deploy packages to Smithery:
# Deploy all packages
yarn deploy
# Deploy specific packages
yarn smithery:yelp-fusion
yarn smithery:typestyle
yarn smithery:stochastic
yarn smithery:clear-thought
yarn changeset
We use Changesets to manage versions. Create a PR with your changes and Changesets will create a release PR that you can merge to release new versions.
For manual releases:
yarn publish-packages
packages
directoryyarn init
turbo.json
pipeline if neededsmithery.yaml
file if you want to deploy to Smitheryyarn install
at the root to update workspacesTurborepo can use a remote cache to share build artifacts across machines. To enable Remote Caching:
yarn dlx turbo login
yarn dlx turbo link
Each MCP server package in this monorepo has its own README with detailed documentation:
All packages in this monorepo are licensed under the MIT License - see each package's LICENSE file for details.
Contributions are welcome! Please feel free to submit a pull request.