Loading...
Loading...
One-click installer and configurator for Gate MCP (mcporter) in OpenClaw. Use when the user wants to (1) Install mcporter CLI tool, (2) Configure Gate MCP server connection, (3) Verify Gate MCP setup, or (4) Troubleshoot Gate MCP connectivity issues.
npx skill4agent add gate/gate-skills gate-mcp-installerbash ~/.openclaw/skills/gate-mcp-installer/scripts/install-gate-mcp.shnpm i -g mcporter
# Or verify installation
npx mcporter --versionmcporter config add gate https://api.gatemcp.ai/mcp --scope home# Check config is written
mcporter config get gate
# List available tools
mcporter list gate --schema| Issue | Solution |
|---|---|
| Run |
| Config not found | Run the config add command again |
| Connection timeout | Check internet connection to fulltrust.link |
| No tools listed | Verify config URL is correct |
scripts/install-gate-mcp.sh