High-performance build system. Incremental builds, remote caching, and parallel execution.
npx -y @vercel/mcp-server-turborepo
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"turborepo": {
"command": "npx",
"args": ["-y", "@vercel/mcp-server-turborepo"]
}
}
}
```
run_buildexecute_testslint_codeformat_codeanalyze_bundleHigh-performance build system. Incremental builds, remote caching, and parallel execution.
Language: Go
Category: Developer Tools