AgentBraid
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AgentBraidAdd a tested health endpoint. Do not change authentication, push, or deploy."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AgentBraid
Braid multiple agents into one accountable workflow.
AgentBraid is a local-first MCP orchestration server that uses Codex as the lead planner and integrator while an MCP host can execute specialist tasks. The first public alpha is designed for Antigravity as the user-facing host and Codex CLI as the background engineering worker.
AgentBraid is pre-release software. MCP contracts and persisted state may change before 1.0.
Why AgentBraid?
Keep one accountable Codex lead for planning, routing, integration, and review.
Delegate bounded tasks to the active MCP host without launching or impersonating that host.
Isolate mutating Codex work in Git worktrees and integrate verified commits in DAG order.
Record task decisions, retries, reviews, and outcomes in local SQLite state.
Visualize task DAGs, durable events, provider usage, retries, and delivery readiness locally.
Reuse each provider through its documented client and the user's own authorization.
Related MCP server: codex-agy-bridge
Architecture
flowchart LR
user["User"] --> host["Antigravity CLI<br/>official MCP host"]
host <-->|"workspace MCP over stdio"| braid["AgentBraid"]
user --> dashboard["Local Dashboard<br/>127.0.0.1 only"]
dashboard --> braid
braid --> codex["Codex CLI<br/>lead and workers"]
braid --> state["SQLite state<br/>outside repository"]
braid --> git["Git integration branch<br/>and isolated worktrees"]
host -->|"claimed host task"| gitAgentBraid never launches agy, reads Antigravity credentials, or proxies Google account
access. See docs/provider-policy.md and
docs/security-boundaries.md for the supported boundary.
The detailed component and sequence diagrams are in ARCHITECTURE.md.
Quick start
Prerequisites:
Python 3.11+
Git 2.35+
Codex CLI on
PATH, signed in withcodex loginAntigravity CLI signed in with the user's own account
A clean target Git repository
git clone https://github.com/xuu33030/agentbraid.git
cd agentbraid
python -m venv .venv
source .venv/bin/activate
python -m pip install .
cd /path/to/your/git-repository
agentbraid doctor .
agentbraid init .
agyOn Windows PowerShell, activate with .venv\Scripts\Activate.ps1 and use a Windows path for
the target repository. Keep the virtual environment: the generated MCP configuration records its
absolute Python interpreter.
Inside Antigravity, use /mcp to confirm the agentbraid server is connected, /skills to
confirm the workspace skill is loaded, then start with a bounded goal such as:
/agentbraid Add a tested health endpoint. Do not change authentication, push, or deploy.agentbraid init writes .agents/mcp_config.json and
.agents/skills/agentbraid/SKILL.md. AgentBraid produces a reviewed local integration branch;
updating the current branch remains a separate, explicit apply_run action.
In another terminal, open the local Dashboard for the current workspace and every workspace recorded in the same AgentBraid state database:
agentbraid dashboard .The Dashboard binds only to 127.0.0.1, uses an ephemeral authenticated browser session, and can
start, inspect, rename, cancel, safely delete, or explicitly apply runs. It controls the actual
Codex model and execution settings. An AGY model value is routing metadata only: AgentBraid never
launches or controls Antigravity, and host-assigned tasks still require the authenticated
Antigravity MCP host.
For complete platform instructions and the MCP tool sequence, read
docs/getting-started.md and
docs/host-walkthrough.md.
Documentation
docs/getting-started.md: setup, first run, and local Dashboarddocs/host-walkthrough.md: host task protocol and MCP tool referencedocs/sample-run.md: redacted, schema-valid run transcriptdocs/troubleshooting.md: common setup, task, Git, and quota failuresARCHITECTURE.md: components, lifecycle, trust boundaries, and diagramsdocs/routing.md: deterministic assignment policydocs/worktrees.md: isolation, integration, review, and local apply
Development status
The public roadmap tracks implementation work. Contributions are
welcome through issue-first pull requests; see CONTRIBUTING.md.
Security and provider terms
Never commit provider credentials, model transcripts, or AgentBraid runtime databases.
Every user must authenticate directly with each provider and follow its current terms.
AgentBraid does not bypass quotas, share subscriptions, or expose a provider login to others.
Model output is untrusted until project validation and review pass.
Report vulnerabilities privately using SECURITY.md.
License
Licensed under the Apache License 2.0.
AgentBraid is an independent open-source project. It is not affiliated with, endorsed by, or sponsored by OpenAI or Google.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityAmaintenanceA local-first, agent-agnostic MCP server that provides semantic search, persistent memory, and automated code review capabilities for development workflows. It leverages the Auggie SDK to offer advanced tools for codebase indexing, implementation planning, and deterministic static analysis.Last updated5248
- AlicenseBqualityAmaintenanceAn MCP bridge that lets Codex delegate long-running agent work to the Antigravity CLI, providing observable and resumable tool-based execution with project scoping.Last updated135MIT
- AlicenseAqualityAmaintenanceAn MCP server that bridges Claude Code with Antigravity CLI using a Swarm Agent architecture to optimize local development workflows and minimize LLM token costs. Includes a web UI for monitoring agent workflows.Last updated1517MIT
- AlicenseAqualityCmaintenanceMulti-agent orchestration server that enables parallel task delegation, sequential pipelines, cron scheduling, and cross-model peer review via CLI providers like Codex, Antigravity, OpenCode, and Claude Code.Last updated42155MIT
Related MCP Connectors
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.
A paid remote MCP for OpenAI Codex agent coordination MCP, built to return verdicts, receipts, usage
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/xuu33030/agentbraid'
If you have feedback or need assistance with the MCP directory API, please join our Discord server