bun install invokes bricks ctor postinstall, which adds a bricks-ctor entry pointing at the CLI to your .mcp.json when the project has a CLAUDE.md or AGENTS.md:
.codex/config.toml is generated too. To regenerate these configs, run bricks ctor postinstall.
This server provides project-specific tools that AI coding agents (Claude Code, Codex, CTOR, etc.) can use alongside their built-in tools.
See the CTOR MCP reference for details on how MCP servers are configured and managed.
Available tools
compile
compile
Run type checking and compile the project.Executes
bun compile in the project directory and returns the build output.preview
preview
Compile and launch a headless preview of the app, then take a screenshot.
Suppressed when this server runs inside CTOR — CTOR’s agent drives its embedded Preview pane directly, so screenshots match what you see in the pane.
icon_search
icon_search
Search the bundled FontAwesome 6 Pro icon set by keyword.
Returns matching icon names, unicode codes, and available styles.
lottie_search / lottie_popular / lottie_get_details
lottie_search / lottie_popular / lottie_get_details
Search and browse Lottie animations from LottieFiles.
- lottie_search — search by keywords with pagination
- lottie_popular — browse popular animations of the week
- lottie_get_details — get full details for a specific animation by ID
huggingface_search / huggingface_select
huggingface_search / huggingface_select
Search and select AI models from Hugging Face for use with BRICKS generators.huggingface_search — search models filtered by generator type.
huggingface_select — get download URLs and metadata for a specific model file. Supports GGUF and ONNX models, split files, multimodal projection files, and speaker embeddings.
media_boxes / media_files / media_file / media_get_box / media_upload_files
media_boxes / media_files / media_file / media_get_box / media_upload_files
Manage media assets in your BRICKS workspace via the CLI.
- media_boxes — list all media boxes
- media_get_box — get details of a specific media box
- media_files — list files in a box (filter by type, tags, with pagination)
- media_file — get details of a specific file
- media_upload_files — upload files to a box with optional image resizing, AI analysis, and tagging