ワンクリックで
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} |