From oh-my-auggie
Configure MCP servers and integrations. Use for "setup MCP", "configure server", and "MCP integration".
npx claudepluginhub r3dlex/oh-my-auggie --plugin oh-my-auggieThis skill uses the workspace's default tool permissions.
Configure and manage Model Context Protocol (MCP) servers.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
Share bugs, ideas, or general feedback.
Configure and manage Model Context Protocol (MCP) servers.
A MCP server provides tools/resources to OMA.
Data provided by server for context.
Actions the server can perform.
Templates for common interactions.
{
"mcpServers": {
"{server-name}": {
"command": "{command}",
"args": ["{arg1}"],
"env": {
"{var}": "{value}"
}
}
}
}
{server-name}:
auth:
type: {none|api_key|oauth|basic}
credentials: {stored-securely}
/oma:mcp-setup list
/oma:mcp-setup add {server-name} {config}
/oma:mcp-setup remove {server-name}
/oma:mcp-setup test {server-name}
/oma:mcp-setup config {server-name}
## MCP Setup
### Configured Servers
| Server | Status | Capabilities |
|--------|--------|--------------|
| {name} | ✅ | {tools}, {resources} |
### Server Details
#### {server-name}
**Type:** {type}
**Command:** {command}
**Status:** {running|stopped|error}
**Tools:**
- {tool 1}
- {tool 2}
**Resources:**
- {resource 1}
- {resource 2}
**Last tested:** {date}
**Issues:** {if any}
### Available Servers
| Server | Description |
|--------|-------------|
| {name} | {description} |