MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

Nothing to see yet

Created 3/20/2026
Updated about 7 hours ago
Repository documentation and setup instructions
npm install
npm run dev
npm run deploy

For generating/synchronizing types based on your Worker configuration run:

npm run cf-typegen

Pass the CloudflareBindings as generics when instantiation Hono:

// src/index.ts
const app = new Hono<{ Bindings: CloudflareBindings }>()
Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/yusukebe/meshi-mcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "yusukebe-meshi-mcp": { "command": "git", "args": [ "clone", "https://github.com/yusukebe/meshi-mcp" ] } } }