⚠️ 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
exist in the MCP server.
| 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 safety, and install verification steps.See gate-mcp: Local = stdio gate-mcp with API keys; Remote Public = https://api.gatemcp.ai/mcp (no auth); Remote Exchange = https://api.gatemcp.ai/mcp/exchange (Gate OAuth2). Dex/Info/News are separate endpoints on the same host.
| Type | Name | Endpoint / Config |
|---|---|---|
| ------ | ------ | ------------------- |
| MCP | Gate (main) | stdio command = "npx", args = ["-y", "gate-mcp"], optional env for keys |
| MCP | gate-cex-pub (cex-public) | url = "https://api.gatemcp.ai/mcp" |
| MCP | gate-cex-ex (cex-exchange) | url = "https://api.gatemcp.ai/mcp/exchange" (OAuth2 in client) |
| MCP | gate-dex (dex) | https://api.gatemcp.ai/mcp/dex, http_headers x-api-key + Bearer token |
| MCP | gate-info (info) | https://api.gatemcp.ai/mcp/info |
| MCP | gate-news (news) | https://api.gatemcp.ai/mcp/news |
| 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.~/.codex/config.toml (or $CODEX_HOME/config.toml). Creates the file and writes [mcp_servers] with corresponding tables if it does not exist.command / args / optional env for GATE_API_KEY / GATE_API_SECRETurl as above (no http_headers for remote CEX)url + http_headers for x-api-key and Bearerurl$CODEX_HOME/skills/ (default ~/.codex/skills/).--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]
Installs all MCPs when no --mcp is passed; pass multiple --mcp to install only specified ones; --no-skills installs MCP only.
MCP_AK_8W2N7Q and written to config.toml.After downloading this skill from GitHub, run from the repository root:
bash skills/gate-mcp-codex-installer/scripts/install.sh
Or (MCP only):
bash skills/gate-mcp-codex-installer/scripts/install.sh --no-skills
共 2 个版本