From airis-mcp-gateway
Guides MCP-assisted debugging workflow for external services, database state, and API behavior using Gateway tools for logs, queries, and verification. Complements systematic-debugging.
npx claudepluginhub agiletec-inc/airis-mcp-gateway --plugin airis-mcp-gatewayThis skill uses the workspace's default tool permissions.
Use this workflow when debugging issues that may involve external services, database state, or API behavior. This complements superpowers' systematic-debugging skill — use that first for root cause analysis methodology, then use this skill for MCP-specific investigation tools.
Tests and debugs MCP servers: lists tools, calls with params, interactive shell, web UI via mcptools CLI. For diagnosing tool responses and connectivity.
Handles Claude Code MCP integration: installs/manages servers (HTTP/SSE/stdio), scopes, enterprise configs, OAuth auth, resources/@mentions, prompts, limits, security; delegates to docs-management.
Executes Maestro debugging workflow for investigation-heavy tasks: reproduce failures, form hypotheses, gather evidence from code/logs/tests/runtime, isolate root causes, verify fixes.
Share bugs, ideas, or general feedback.
Use this workflow when debugging issues that may involve external services, database state, or API behavior. This complements superpowers' systematic-debugging skill — use that first for root cause analysis methodology, then use this skill for MCP-specific investigation tools.
If superpowers:systematic-debugging applies, invoke it first. This skill adds MCP-specific investigation techniques on top of that methodology.
Use available Gateway tools to collect evidence:
Collect first, hypothesize second.
Based on evidence from Step 1:
| If the issue is in... | Investigation approach |
|---|---|
| Database | Schema check → query affected tables → trace data flow |
| External API | Check docs for changes → test with minimal request → verify auth |
| Application logs | Filter for error patterns → trace request flow → check timestamps |
| Unknown | Search web for the specific error message |
After implementing a fix: