How this skill is triggered — by the user, by Claude, or both
Slash command
/mcp-manager:openThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Open the MCP Manager dashboard in the default browser.
Open the MCP Manager dashboard in the default browser.
Check if the MCP Manager server is running by hitting the health endpoint:
curl -s http://localhost:4111/api/health
If the server is NOT running, start it:
cd "$CLAUDE_PLUGIN_ROOT" && nohup node server/index.js > ~/.mcp-manager.log 2>&1 &
Open the dashboard in the browser:
open http://localhost:4111
Tell the user: "MCP Manager dashboard opened at http://localhost:4111"
npx claudepluginhub sanjibdevnathlabs/claude-plugins --plugin mcp-managerTests and debugs MCP servers: lists tools, calls with params, interactive shell, web UI via mcptools CLI. For diagnosing tool responses and connectivity.
Manages MCP servers by discovering, analyzing, and executing tools/prompts/resources via CLI scripts. Use for integrations, capability discovery, tool filtering, and context bloat resolution.
Detects MCPProxy connection by checking for mcp__MCPProxy__* tools, suggests /mcp reconnect if missing, and guides MCP tools usage over HTTP API for debugging.