# Droid Bridge

> Configure and operate the Droid Bridge MCP integration that delegates authorized batch work to Factory Droid and exposes task monitoring.

- Skill: `jmagly/droid-bridge` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jmagly/droid-bridge`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jmagly/droid-bridge/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: jmagly (https://skillmd.com/u/jmagly)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jmagly/droid-bridge

---


# Droid Bridge

Use this driver to configure the optional MCP bridge:

```bash
aiwg use droid-bridge --provider <provider>
```

The external `droid` executable must already be installed and authorized.
Deployment must use the generated provider MCP configuration; do not expose
credentials in prompts or commit machine-local configuration.

After activation, verify MCP server availability, launch only an explicitly
authorized task, and monitor it through the bridge rather than starting an
untracked background process.

## References

- @$AIWG_ROOT/agentic/code/addons/droid-bridge/README.md

