gate-mcp-installer

Install Gate MCP servers and optional skills into Cursor, Claude Code, Codex, or mcporter configurations.

Updated May 10, 2026
One-click install
npx skills add https://github.com/Tsin418/crypto-research-agent --skill gate-mcp-installer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gate-mcp-installer
Source: https://github.com/Tsin418/crypto-research-agent/tree/main/.agents/skills/gate-mcp-installer
Command: npx skills add https://github.com/Tsin418/crypto-research-agent --skill gate-mcp-installer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, git, node, npx, mcporter, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The gate-mcp-installer eliminates the manual, error-prone setup of Gate MCP servers across multiple client platforms by generating the correct MCP configuration and optionally installing gate-skills alongside it.

Core Features & Use Cases

  • Unified MCP setup for multiple platforms: Automatically configures Gate MCP servers for Cursor, Claude Code, Codex, and OpenClaw/mcporter without deleting unrelated existing servers.
  • Selectable MCP surfaces with safe defaults: Installs the core trading MCPs (main, cex-public, cex-exchange, dex, info, news) by default, with opt-in Gate Pay (gatepay-local, gatepay-discovery).
  • Gate Verify wiring for signing check-in: When dex is installed, merges the companion HTTP MCP entry as gate-dex-sec so agents can perform tx_checkin / /v1/tx/checkin before wallet signing per gate-dex-wallet guidance.
  • Optional gate-skills installation: Clones the gate-skills repository into the platform-specific skills directory unless --no-skills is used.

Quick Start

Run the installer with platform auto-detection by executing: bash skills/gate-mcp-installer/scripts/install.sh.

Frequently Asked Questions about gate-mcp-installer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install MCP servers in Cursor and Claude Code without losing existing config?

To install MCP servers in Cursor and Claude Code without losing existing config, use the gate-mcp-installer. It merges Gate MCP JSON or TOML configurations without deleting unrelated existing servers.

What is the Gate Verify check-in process for dex transactions?

Gate Verify check-in for dex transactions requires the gate-dex-sec HTTP MCP companion. When dex is installed, the installer automatically merges this entry so agents can perform tx_checkin before wallet signing.

Can I use mcporter to configure trading MCP endpoints across different IDEs?

Yes, you can use mcporter to configure trading MCP endpoints. The installer supports OpenClaw/mcporter configurations, registering core trading MCPs like main, cex-public, cex-exchange, dex, info, and news.

Does the Gate MCP installer support Gate Pay x402 endpoints?

Yes, the Gate MCP installer supports Gate Pay endpoints as optional opt-in surfaces. You can select gatepay-local and gatepay-discovery MCPs alongside the default core trading servers during setup.

Do I need Node and npx to run the Gate MCP installer script?

Yes, you need Node and npx to run the Gate MCP installer script. The installer dependencies include bash, git, node, npx, and mcporter to execute the setup and wire configurations correctly.

How to skip gate-skills installation when setting up Gate MCP servers?

To skip gate-skills installation when setting up Gate MCP servers, run the installer with the --no-skills flag. Otherwise, it automatically clones the gate-skills repository into the platform-specific skills directory.