oh-my-ag MCP Integration
When to use this skill
-
You want to use oh-my-ag through MCP in a ulw workflow
-
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 , codex , or qwen )
Step 2: Install oh-my-ag in the target project
bunx oh-my-ag
This installs .agent/skills , .agent/workflows , and default config for the target workspace.
Step 3: Run setup workflow
In your agent chat:
/setup
Setup 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:
bunx oh-my-ag bridge http://localhost:12341/sse
Step 5: Verify health
bunx oh-my-ag doctor
Pass 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 /setup before execution workloads
-
Run doctor after configuration
MUST NOT
-
Do not skip MCP verification
-
Do not assume bridge mode is always required
References
-
oh-my-ag README: https://github.com/first-fluke/oh-my-ag
-
Integration guide: https://github.com/first-fluke/oh-my-ag/blob/main/web/content/en/guide/integration.md