logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

waldzell-mcp

Enable natural language interaction with Yelp's business data, allowing users to search for businesses, read reviews, find events, and explore categories through conversational queries.

Author

waldzell-mcp logo

waldzellai

MIT License

Quick Info

GitHub GitHub Stars 174
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

waldzellwaldzellaiyelpyelp businesswaldzell mcpsearch waldzellai

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.

See Also

`