Skip to content
@babmcp

Bab MCP Server

MCP server for AI-assisted development — multi-model gateway, delegate plugins, structured workflows

Bab

Bab (باب) means door or gateway in Arabic.

Bab is a TypeScript MCP server built on Bun — a gateway between MCP clients and the AI CLI tools behind them. It ships a delegate plugin system, a Vercel AI SDK provider layer, and a full suite of reusable workflow tools.

What it does

  • Delegate plugins — route prompts to CLI tools like Claude Code, GitHub Copilot, and OpenCode through a manifest-driven plugin system
  • Provider registry — connect to OpenAI, Anthropic, Google, OpenRouter, or any compatible endpoint
  • Workflow toolschat, thinkdeep, codereview, planner, consensus, debug, analyze, refactor, testgen, secaudit, and more
  • Slash commands/bab:chat, /bab:review, /bab:think and more via the MCP prompts protocol
  • Plugin SDK — author and test your own delegate plugins with @babmcp/bab/sdk

Repos

Repo Description
bab Core MCP server
plugins First-party delegate plugins (Copilot, Codex, Claude)
homebrew-tap Homebrew tap for installing Bab via brew

Install

Homebrew (macOS / Linux):

brew install babmcp/tap/bab

Install script (macOS / Linux):

curl -fsSL https://raw.githubusercontent.com/babmcp/bab/main/install.sh | bash

Binary download: grab the latest from the releases page.

From source:

git clone https://github.com/babmcp/bab.git && cd bab
bun install
bun run build:binary   # compiled binary at dist/bab

Quick start

# start the MCP server
bab serve

# install first-party plugins
bab add git@github.com:babmcp/plugins.git

Links

Popular repositories Loading

  1. bab bab Public

    A TypeScript MCP server built on Bun — gateway between MCP clients and AI CLI tools

    TypeScript

  2. plugins plugins Public

    First-party delegate plugins for Bab — copilot, codex, and claude adapters

    TypeScript

  3. .github .github Public

  4. homebrew-tap homebrew-tap Public

    Homebrew tap for installing Bab via brew

    Ruby

Repositories

Showing 4 of 4 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…