MCP-Kit
Start MCP Servers with a Single Command

A monorepo kit for building and deploying MCP servers that AI assistants can use immediately via npx

AI Agent Ready

Each package runs as an MCP (Model Context Protocol) server, allowing AI assistants (Claude, etc.) to call tools directly. Instantly executable via npx.

npx-based Deployment

Build and publish to npm — then any AI Agent can use it with a single `npx -y @julong/mono-rele2-utils` command. No installation or configuration required.

Monorepo

A pnpm + Turborepo monorepo managing multiple MCP servers in one repository. Shared kit (@common) minimizes duplication.

Fast Development Experience

Bun runs TypeScript directly for auto-generating README docs. Rslint + Prettier maintain code quality, and Rstest handles testing.