Skip to content

evansso/redop

Repository files navigation

Redop

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

  • packages/redop — the Redop framework
  • packages/create-redop-app — CLI scaffolder for new Redop apps
  • packages/tsconfig — shared TypeScript configs

Apps

  • apps/docs — Mintlify documentation
  • apps/web — website and examples

Quick start

Install dependencies:

bun install

Run everything in dev:

bun run dev

Build the monorepo:

bun run build

Run checks:

bun run check

Create a new Redop app

Use the scaffolder:

bun create redop-app

Or run the workspace package directly while developing it:

bun run packages/create-redop-app/src/index.ts --help

Develop the framework

Build the redop package:

cd packages/redop
bun run build

Run the package tests:

cd packages/redop
bun test

Publish

GitHub Actions workflows are included for publishing:

These workflows use bun ci, build and test the package, and publish with bun publish.

Docs

License

MIT © UseAgents

About

Bun-native framework for building MCP servers.

Topics

Resources

License

Stars

Watchers

Forks

Contributors