- Explore MCP Servers
- mcp-enhancement-servers
Mcp Enhancement Servers
What is Mcp Enhancement Servers
mcp-enhancement-servers is a monorepo developed by Waldzell AI that contains various MCP servers designed for AI assistant integrations, utilizing the Model Context Protocol.
Use cases
Use cases include integrating Yelp Fusion API for business recommendations, implementing Google TypeScript Style Guide for code consistency, and utilizing stochastic thinking models for decision-making processes.
How to use
To use mcp-enhancement-servers, clone the repository, install dependencies using Yarn, and follow the development, building, testing, and deployment instructions provided in the README.
Key features
Key features include a collection of specialized MCP servers for different APIs, a high-performance build system using Turborepo, modern package management with Yarn 4, automated workflows with GitHub Actions, and easy deployment to Smithery.
Where to use
mcp-enhancement-servers can be used in various fields such as software development, AI assistant integration, and application development requiring context-aware functionalities.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Enhancement Servers
mcp-enhancement-servers is a monorepo developed by Waldzell AI that contains various MCP servers designed for AI assistant integrations, utilizing the Model Context Protocol.
Use cases
Use cases include integrating Yelp Fusion API for business recommendations, implementing Google TypeScript Style Guide for code consistency, and utilizing stochastic thinking models for decision-making processes.
How to use
To use mcp-enhancement-servers, clone the repository, install dependencies using Yarn, and follow the development, building, testing, and deployment instructions provided in the README.
Key features
Key features include a collection of specialized MCP servers for different APIs, a high-performance build system using Turborepo, modern package management with Yarn 4, automated workflows with GitHub Actions, and easy deployment to Smithery.
Where to use
mcp-enhancement-servers can be used in various fields such as software development, AI assistant integration, and application development requiring context-aware functionalities.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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 – 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.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.