You signed in with another tab or window. Reload
to refresh your session. You signed out in another tab or window. Reload
to refresh your session. You switched accounts on another tab or window. Reload
to refresh your session. Dismiss alert
waldzellai / waldzell-mcp Public
Waldzell AI's monorepo of MCP servers. Use in Claude Desktop, Cline, Roo Code, and more!
52 stars
5 forks
Branches
Tags
Activity
Notifications
You must be signed in to change notification settings
main
Go to file
Code
| Name | | Name | Last commit message | Last commit date |
| --- | --- | --- | --- |
| Latest commit
-------------
glassBead-tc
Merge pull request
#34
from waldzellai/feat/add-server-typestyle
Mar 21, 2025
f292e22
· Mar 21, 2025
History
-------
113 Commits
| | |
| .changeset | | .changeset | feat: Configure monorepo with Turborepo and Changesets | Mar 21, 2025 |
| .github/workflows | | .github/workflows | Chore: update CI files | Mar 21, 2025 |
| packages | | packages | feat: Add Smithery deployment configuration for TypeStyle server | Mar 21, 2025 |
| .dockerignore | | .dockerignore | refactor: update all references from glassbead-thinks to clear-thought | Feb 17, 2025 |
| .env.example | | .env.example | Initial commit. pre-alpha version. | Mar 14, 2025 |
| .eslintrc.json | | .eslintrc.json | Add ability to respond to reviews. | Mar 21, 2025 |
| .gitignore | | .gitignore | Add ability to respond to reviews. | Mar 21, 2025 |
| .npmignore | | .npmignore | Add ability to respond to reviews. | Mar 21, 2025 |
| .prettierrc | | .prettierrc | feat: Configure monorepo with Turborepo and Changesets | Mar 21, 2025 |
| LICENSE | | LICENSE | chore: update gitignore to exclude memory-bank, dist, and node_modules | Feb 16, 2025 |
| README.md | | README.md | docs: Update monorepo README with TypeStyle server and clean up forma… | Mar 21, 2025 |
| package.json | | package.json | refactor: Remove yelp-fusionai-mcp and update references to server-ye… | Mar 21, 2025 |
| tsconfig.json | | tsconfig.json | feat: Configure monorepo with Turborepo and Changesets | Mar 21, 2025 |
| turbo.json | | turbo.json | feat: Configure monorepo with Turborepo and Changesets | Mar 21, 2025 |
| yarn.lock | | yarn.lock | feat: Clean up server-yelp-fusionai package and update for npm public… | Mar 21, 2025 |
| View all files | | |
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
Add a changeset (documents what's changed for version bumping):
shell
yarn changeset
Push your changes
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.
Waldzell AI's monorepo of MCP servers. Use in Claude Desktop, Cline, Roo Code, and more!
No releases published
No packages published
You can’t perform that action at this time.