원클릭으로
mcp-setup
Configure MCP servers and integrations. Use for "setup MCP", "configure server", and "MCP integration".
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Configure MCP servers and integrations. Use for "setup MCP", "configure server", and "MCP integration".
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Manage OMA skills — list, add, remove, search, and edit skills
Socratic deep interview with mathematical ambiguity gating before autonomous execution
Remove AI slop - low-quality, generic, or verbose content. Use for "clean up", "remove fluff", and "make concise".
Consensus planning - agree before executing. Use for "ralplan", "consensus", "pre-execution review".
Setup routing and environment configuration. Use for "setup", "configure", and "get started".
N coordinated agents on shared task list using Claude Code native teams, with git worktree isolation per executor
| name | mcp-setup |
| description | Configure MCP servers and integrations. Use for "setup MCP", "configure server", and "MCP integration". |
| trigger | /oma:mcp-setup |
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} |