oh-my-ag-mcp-integration
Original:🇺🇸 English
Translated
Integrate oh-my-ag with MCP for ulw-style multi-agent workflows. Covers install, setup, bridge mode, and verification steps.
4installs
Added on
NPX Install
npx skill4agent add supercent-io/skills-template oh-my-ag-mcp-integrationTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →oh-my-ag MCP Integration
When to use this skill
- You want to use through MCP in a ulw workflow
oh-my-ag - You need a reproducible installation/setup sequence
- You need bridge mode between stdio and HTTP/SSE
- You need quick verification for MCP readiness
Instructions
Step 1: Install prerequisites
- Install
bun - Install
uv - Authenticate at least one CLI (,
gemini,claude, orcodex)qwen
Step 2: Install oh-my-ag in the target project
bash
bunx oh-my-agThis installs , , and default config for the target workspace.
.agent/skills.agent/workflowsStep 3: Run setup workflow
In your agent chat:
text
/setupSetup checks CLI availability and MCP connection status.
Step 4: Configure transport mode
Use one of:
- Command mode: MCP server runs per session
- SSE mode: MCP server shared via URL
If your IDE path requires bridging, run:
bash
bunx oh-my-ag bridge http://localhost:12341/sseStep 5: Verify health
bash
bunx oh-my-ag doctorPass criteria:
- Required CLI is detected
- MCP target is reachable/configured
- No critical setup warnings
Output format
Provide:
- Installation commands executed
- Selected MCP mode (command or SSE)
- Verification result from
doctor - Any blocking issue and exact fix command
Constraints
MUST
- Run install from project root
- Use before execution workloads
/setup - Run after configuration
doctor
MUST NOT
- Do not skip MCP verification
- Do not assume bridge mode is always required
References
- README: https://github.com/first-fluke/oh-my-ag
oh-my-ag - Integration guide: https://github.com/first-fluke/oh-my-ag/blob/main/web/content/en/guide/integration.md