open
Opens the MCP Manager dashboard in your browser
MCP Manager Dashboard
Open the MCP Manager dashboard in the default browser.
Instructions
-
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"