Content
# 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](./servers/server-clear-thought) – Sequential thinking tools inspired by James Clear
- [Google Styleguide](./servers/server-google-styleguide) – Google TypeScript style guide server
- [Stochastic Thinking](./servers/server-stochasticthinking) – Stochastic thinking utilities
- [TypeStyle](./servers/server-typestyle) – TypeScript style guide server
## Getting started
### Prerequisites
- Node.js 18 or higher
- npm (comes with Node.js)
Install dependencies for all servers:
```bash
npm install
```
Build every server:
```bash
npm run build --workspaces
```
Run tests for all servers:
```bash
npm test --workspaces
```
Refer to each server's README for usage instructions and additional scripts.
## Publishing
To publish the packages defined in this repository:
```bash
npm run build --workspaces && changeset publish
```
## License
All code in this repository is licensed under the MIT License.
Connection Info
You Might Also Like
MarkItDown MCP
MarkItDown-MCP is a lightweight server for converting various URIs to Markdown.
Context 7
Context7 MCP provides up-to-date code documentation for any prompt.

Continue
Continue is an open-source project for seamless server management.
semantic-kernel
Build and deploy intelligent AI agents with the Semantic Kernel framework.
Github
GitHub MCP Server connects AI tools to manage repositories, issues, and workflows.
Playwright
A lightweight MCP server for browser automation using Playwright, enabling...