Bun-native tooling for building and shipping MCP servers.
This monorepo contains the core redop framework, the create-redop-app scaffolder, the docs site, and the marketing web app.
packages/redop— the Redop frameworkpackages/create-redop-app— CLI scaffolder for new Redop appspackages/tsconfig— shared TypeScript configs
apps/docs— Mintlify documentationapps/web— website and examples
Install dependencies:
bun installRun everything in dev:
bun run devBuild the monorepo:
bun run buildRun checks:
bun run checkUse the scaffolder:
bun create redop-appOr run the workspace package directly while developing it:
bun run packages/create-redop-app/src/index.ts --helpBuild the redop package:
cd packages/redop
bun run buildRun the package tests:
cd packages/redop
bun testGitHub Actions workflows are included for publishing:
These workflows use bun ci, build and test the package, and publish with bun publish.
- Docs source:
apps/docs - Package docs:
packages/redop/README.md
MIT © UseAgents