MCP Hub
Back to servers

Yelp Fusion AI

A collection of specialized MCP servers providing tools for systematic thinking, Google TypeScript style analysis, and probabilistic decision-making. Each server is containerized and designed for independent deployment to enhance AI reasoning and development workflows.

Stars
192
Forks
28
Updated
Aug 10, 2025
Validated
Jan 9, 2026

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

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.

Reviews

No reviews yet

Sign in to write a review