원클릭으로
rai-mcp-status
Check health of registered MCP servers. Use to diagnose MCP connectivity.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Check health of registered MCP servers. Use to diagnose MCP connectivity.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Interactive adapter setup for Jira and Confluence. Detects available backends, discovers projects/spaces, generates validated YAML config. 3-4 questions max.
Evaluate design proportionality using Beck's four rules. Use after implementation.
Root cause analysis using the method best suited to the bug. Phase 3 of bugfix pipeline.
Push branch, create MR, verify artifacts complete. Phase 7 of bugfix pipeline.
Execute fix tasks with TDD and all validation gates. Phase 5 of bugfix pipeline.
Decompose fix into atomic TDD tasks. Phase 4 of bugfix pipeline.
| name | rai-mcp-status |
| description | Check health of registered MCP servers. Use to diagnose MCP connectivity. |
| allowed-tools | ["Read","Grep","Glob"] |
| license | MIT |
| metadata | {"raise.work_cycle":"utility","raise.frequency":"on-demand","raise.fase":"","raise.prerequisites":"","raise.next":"","raise.gate":"","raise.adaptable":"true","raise.version":"1.0.0","raise.visibility":"public","raise.inputs":"- server_name: string, optional, argument (check single server)\n","raise.outputs":"- status_report: text (markdown table)\n"} |
Show the health and availability of all registered MCP servers in one view.
When to use: Developer wants to check if their MCP servers are working.
When to skip: Checking a single server — use rai mcp health <name> directly.
Run rai mcp list to get all registered servers.
If no servers registered: "No MCP servers registered. Use /rai-mcp-add to add one."
For each registered server, run rai mcp health <name>.
Collect: status (healthy/unhealthy), tool count, latency, error message (if any).
All servers checked.Present a markdown table:
MCP Server Status:
| Server | Status | Tools | Latency | Notes |
|----------|-----------|-------|---------|--------------|
| context7 | ✓ healthy | 2 | 1.2s | |
| github | ✗ error | — | — | timeout |
{healthy_count}/{total_count} servers healthy.
If all healthy: "{count} servers, all healthy."
If any unhealthy, suggest: "Run /rai-mcp-add to reinstall problematic servers, or check environment variables."
Read the governance catalog at .raise/mcp/catalog.yaml. If catalog is missing, skip this step gracefully.
Detect project languages:
work/discovery/analysis.json if it exists — derive languages from file extensions in components[].file**/*.py, **/*.ts, **/*.js, **/*.php, **/*.cs, **/*.dartEXTENSION_TO_LANGUAGEFilter recommendations:
recommended_for (note: value is either the string all or a list):
all → always recommend regardless of detected languages[python, typescript]) → recommend if any detected language matches[] → never recommend (opt-in only, must use /rai-mcp-add explicitly).raise/mcp/Present recommendations:
Recommended for your stack ({detected_languages}):
| Server | Description | Add with |
|--------|------------------------------|-----------------------|
| github | GitHub repository operations | /rai-mcp-add github |
| fetch | HTTP fetch for web content | /rai-mcp-add fetch |
Use /rai-mcp-add <name> to install.
Recommendations shown (or skipped if none). Already-registered servers excluded.
| Item | Destination |
|---|---|
| Status report | Displayed inline |
| Next | Fix unhealthy servers via /rai-mcp-add or manual troubleshooting |
.raise/mcp/catalog.yaml (graceful if missing)rai mcp list, rai mcp health.raise/mcp/catalog.yaml (governance — known servers + stack mapping)work/discovery/analysis.json (stack detection source)/rai-mcp-add, /rai-mcp-remove