Install
openclaw skills install gate-mcp-installerOne-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 se...
openclaw skills install gate-mcp-installerOne-click setup for Gate MCP (mcporter) in OpenClaw.
To set up Gate MCP, run the install script:
bash ~/.openclaw/skills/gate-mcp-installer/scripts/install-gate-mcp.sh
Or execute the skill directly and I will guide you through the installation.
This skill automates the complete Gate MCP setup process:
npm i -g mcporter
# Or verify installation
npx mcporter --version
mcporter 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
If tools are listed, Gate MCP is ready to use!
After installation, use Gate MCP with queries like:
| Issue | Solution |
|---|---|
command not found: mcporter | Run npm i -g mcporter |
| 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 - Automated one-click installer