BeClaude

turborepo

New
29.8kSmitheryGeneralby vercel

Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines, creates packages, sets up monorepo, shares code between apps, runs changed/affected packages, debugs cache, or has apps/packages directories.

First seen 5/22/2026

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "turborepo": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp
View source on GitHub
devopsproductivity

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is turborepo?

Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines, creates packages, sets up monorepo, shares code between apps, runs changed/affected packages, debugs cache, or has apps/packages directories.

How to install turborepo?

To install turborepo: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "turborepo": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.

What is turborepo best for?

turborepo is a mcp categorized under General. It is designed for: devops, productivity. Created by vercel.