Installation
Set up Brick MCP by connecting your agent to the remote MCP endpoint, install Brick Skills locally for your target agent, or use both together for the recommended setup.
1. Install MCP Server
Add the Brick MCP server to your agent’s MCP configuration using the remote HTTP endpoint:
Code
For MCP-compatible clients that only support stdio, use a local bridge that proxies stdio to the remote HTTP MCP server. You can verify connectivity through the health endpoint:
Code
A healthy server returns a JSON response including "status": "ok".
2. Install Skills
Brick Skills are distributed from the same server and can be installed locally for supported agent targets. The bundle is versioned and verified with SHA256 metadata.
a. Claude
Download and extract the hosted bundle first, then package each skill and upload it in Claude.
(Bash Installation).
Code
Upload each zip in:
Claude > Customize > Skills
Legacy Option (Bash Installation).:
Code
change
/tmp/brick-skills/claude/.claude/commands/with your local path
b. OpenAI Codex
Codex skills are folder-based. Each skill includes a SKILL.md and supporting references
(Bash Installation).
Code
After that, the skills are available in:
Code
c. Github Copilot
Copilot uses GitHub-native instructions, prompts, and agent skills under .github/.
Code
This installs:
• repo-wide Copilot instructions
• Brick-scoped instructions
• reusable prompts
• agent skill folders for Copilot coding agent and VS Code agent mode
Updating Skills
Check the latest published metadata (Bash):
Code
Download the latest bundle (Bash):
Code
The metadata includes both package_version and bundle SHA256, so you can detect refreshed bundles even when the version number does not change.
