Waldzell MCP Servers

by waldzellai

202 stars
197 downloads
Not rated
GitHub

About

Waldzell AI's monorepo of MCP servers. Use in Claude Desktop, Cline, Roo Code, and more!

Details

Author
waldzellai
GitHub stars
202
Downloads
197
Categories
Other

- Multiple independent MCP servers in a single repository
- Includes Clear Thought, Google Styleguide, Stochastic Thinking, and TypeStyle
- Requires Node.js 18 or higher
- Builds and tests all servers using npm workspaces
- No complex monorepo toolchain

Install dependencies for all servers with npm install, build every server with npm run build --workspaces, and run tests with npm test --workspaces. For usage instructions and additional scripts, refer to each server’s individual README inside the servers/ directory.

Waldzell MCP Servers

This repository contains a set of Model Context Protocol (MCP) servers. Each server lives in its own folder under servers/ and can be used independently. The project is intentionally lightweight and does not make use of a complex monorepo toolchain.

Available servers

- Clear Thought – Sequential thinking tools inspired by James Clear
- Google Styleguide – Google TypeScript style guide server
- Stochastic Thinking – Stochastic thinking utilities
- TypeStyle – TypeScript style guide server

Getting started

Prerequisites

- Node.js 18 or higher
- npm (comes with Node.js)

Install dependencies for all servers:

npm install

Build every server:

npm run build --workspaces

Run tests for all servers:

npm test --workspaces

Refer to each server's README for usage instructions and additional scripts.

Publishing

To publish the packages defined in this repository:

npm run build --workspaces && changeset publish

License

All code in this repository is licensed under the MIT License.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.