بنقرة واحدة
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} |