Install
openclaw skills install gate-mcp-cursor-installerGate MCP and Gate skills installer for Cursor. Use when the user asks to set up Gate trading or research tools in Cursor. Triggers on 'install Gate MCP Cursor', 'Gate skills Cursor', 'setup Gate in Cursor'.
openclaw skills install gate-mcp-cursor-installer⚠️ STOP — You MUST read and strictly follow the shared runtime rules before proceeding. Do NOT select or call any tool until all rules are read. These rules have the highest priority. → Read gate-runtime-rules.md
| MCP Server | Status |
|---|---|
| Gate (main) | ✅ Required |
| Gate-Dex | ✅ Required |
| Gate-Info | ✅ Required |
| Gate-News | ✅ Required |
gate-mcp-cursor-installergate-mcp-codex-installergate-mcp-claude-installergate-mcp-openclaw-installerRead and strictly follow references/mcp.md, then execute this installer workflow.
SKILL.md keeps product scope, install behavior, and user-facing guidance.references/mcp.md is the authoritative execution layer for preflight checks, config merge policy, and install verification.See gate-mcp: Local = stdio npx -y gate-mcp (API keys); Remote Public = https://api.gatemcp.ai/mcp (no auth); Remote Exchange = https://api.gatemcp.ai/mcp/exchange (Gate OAuth2). Tool naming differs between Local (abbrev) and Remote (cex_*); use each server's tools/list.
| Type | Name | Endpoint / Config |
|---|---|---|
| MCP | Gate (main) | command: npx, args: ["-y", "gate-mcp"], optional env |
| MCP | gate-cex-pub (cex-public) | url + transport: streamable-http only (no headers) |
| MCP | gate-cex-ex (cex-exchange) | url + transport: streamable-http only; OAuth2 when prompted |
| MCP | Gate-Dex (dex) | url, transport: streamable-http, x-api-key + Bearer |
| MCP | Gate-Info (info) | url, transport: streamable-http |
| MCP | Gate-News (news) | url, transport: streamable-http |
| Skills | gate-skills | https://github.com/gate/gate-skills (installs all under skills/) |
main, cex-public, cex-exchange, dex, info, news) + all gate-skills.--no-skills is passed, always install all skills from the gate-skills repository's skills/ directory.main, cex-public, cex-exchange, dex, info, news.~/.cursor/mcp.json (Windows: %APPDATA%\Cursor\mcp.json).mcpServers; do not overwrite other MCPs.command / args / optional envurl + transport: streamable-http only (no headers)url + transport + headers for x-api-key and Bearerurl + transport: streamable-http~/.cursor/skills/ (or the corresponding directory for the current environment).--no-skills when using the script to install MCP only without skills.Use the scripts/install.sh in this skill directory for one-click installation.
./scripts/install.sh [--mcp main|cex-public|cex-exchange|dex|info|news] ... [--no-skills]--mcp is passed; pass multiple --mcp to install only specified ones; --no-skills installs MCP only.MCP_AK_8W2N7Q and written to mcp.json.After downloading this skill from GitHub, run from the repository root:
bash scripts/install.sh
Or (MCP only):
bash scripts/install.sh --no-skills