Was this page helpful?
Installation
One command per editor: browser sign-in on zephex.dev (creates a key and writes config), or pass --api-key if you already have a key from the dashboard. Every flag exposes all 10 Zephex tools — not separate commands per tool.
Keys must start with mcp_prod_, mcp_dev_, or mcp_sk_. Get one at zephex.dev/dashboard/keys.
npx -y zephex setup --cursor --api-key mcp_prod_your-key-herenpx -y zephex setup --opencode --api-key mcp_prod_your-key-herenpx -y zephex setup --vscode --api-key mcp_prod_your-key-herenpx -y zephex setup --roo --api-key mcp_prod_your-key-hereAdd --project for project-scoped files (VS Code, OpenCode, Kiro, Crush, Kilo, …). Run from your repo root for project paths like .roo/mcp.json or .vscode/mcp.json.
Same flags without --api-key — the CLI opens zephex.dev, creates a CLI key, writes the editor config, and verifies tools.
npx -y zephex setup --cursornpx -y zephex setup --opencodenpx -y zephex setup --vscode| Editor | Flag | Transport | Config path(s) | With API key |
|---|---|---|---|---|
| Cursor | --cursor | http | .cursor/mcp.json (project) or ~/.cursor/mcp.json (global) | npx -y zephex setup --cursor --api-key mcp_prod_your-key-here |
| Claude Code | --claude | http | ~/.claude.json or <project>/.mcp.json | npx -y zephex setup --claude --api-key mcp_prod_your-key-here |
| Claude Desktop | --claude-desktop | stdio | See editor guide | npx -y zephex setup --claude-desktop --api-key mcp_prod_your-key-here |
| VS Code | --vscode | stdio | .vscode/mcp.json (project) or VS Code user mcp.json (see setup.ts vscodeUserConfigPath) | npx -y zephex setup --vscode --api-key mcp_prod_your-key-here |
| OpenCode | --opencode | stdio | ~/.config/opencode/opencode.json or <project>/opencode.json | npx -y zephex setup --opencode --api-key mcp_prod_your-key-here |
| Codex CLI | --codex | stdio | ~/.codex/config.toml or <project>/.codex/config.toml | npx -y zephex setup --codex --api-key mcp_prod_your-key-here |
| Gemini CLI | --gemini | stdio | ~/.gemini/settings.json or <project>/.gemini/settings.json | npx -y zephex setup --gemini --api-key mcp_prod_your-key-here |
| Antigravity | --antigravity | stdio | ~/.gemini/antigravity/mcp_config.json (global only) | npx -y zephex setup --antigravity --api-key mcp_prod_your-key-here |
| TRAE | --trae | stdio | <project>/.trae/mcp.json | npx -y zephex setup --trae --api-key mcp_prod_your-key-here |
| Windsurf | --windsurf | stdio | ~/.codeium/windsurf/mcp_config.json | npx -y zephex setup --windsurf --api-key mcp_prod_your-key-here |
| Zed | --zed | stdio | ~/.config/zed/settings.json | npx -y zephex setup --zed --api-key mcp_prod_your-key-here |
| Warp | --warp | stdio | ~/.agents/.mcp.json or <project>/.agents/.mcp.json | npx -y zephex setup --warp --api-key mcp_prod_your-key-here |
| Kiro IDE / Kiro CLI | --kiro | stdio | Same as Kiro CLI (~/.kiro/settings/mcp.json) | npx -y zephex setup --kiro --api-key mcp_prod_your-key-here |
| JetBrains AI Assistant | --jetbrains | stdio | <project>/.junie/mcp/mcp.json | npx -y zephex setup --jetbrains --api-key mcp_prod_your-key-here |
| Factory Droid | --droid | stdio | ~/.factory/mcp.json or <project>/.factory/mcp.json | npx -y zephex setup --droid --api-key mcp_prod_your-key-here |
| Cline | --cline | stdio | Cline globalStorage …/cline_mcp_settings.json | npx -y zephex setup --cline --api-key mcp_prod_your-key-here |
| Kilo Code | --kilo | stdio | ~/.config/kilo/kilo.jsonc or project kilo.jsonc / .kilo/kilo.jsonc; legacy: .kilocode/mcp.json | npx -y zephex setup --kilo --api-key mcp_prod_your-key-here |
| Crush | --crush | http | crush.json (project) or ~/.config/crush/crush.json (global) | npx -y zephex setup --crush --api-key mcp_prod_your-key-here |
| Hermes | --hermes | stdio | ~/.hermes/config.yaml + ~/.hermes/.env | npx -y zephex setup --hermes --api-key mcp_prod_your-key-here |
| ChatGPT | --chatgpt | guided | No local file — finish in ChatGPT Developer Mode (after zephex.dev sign-in) | npx -y zephex setup --chatgpt --api-key mcp_prod_your-key-here |
| Continue | --continue | stdio | ~/.continue/config.yaml or <project>/.continue/mcpServers/zephex.json | npx -y zephex setup --continue --api-key mcp_prod_your-key-here |
| GitHub Copilot CLI | --copilot | stdio | ~/.copilot/mcp-config.json or <project>/.mcp.json | npx -y zephex setup --copilot --api-key mcp_prod_your-key-here |
| Roo Code | --roo | stdio | <project>/.roo/mcp.json (project root) | npx -y zephex setup --roo --api-key mcp_prod_your-key-here |
| Amp | --amp | stdio | ~/.config/amp/settings.json or <project>/.amp/settings.json | npx -y zephex setup --amp --api-key mcp_prod_your-key-here |
Browser during setup: every flag opens zephex.dev only (or skips with --api-key). The CLI never opens chatgpt.com or random docs pages during editor setup — except Terminal → Learn, which opens the terminal guide on purpose.
ChatGPT is guided only: sign-in is still zephex.dev; you add the MCP URL in ChatGPT yourself later. No local config file.
goose configure (interactive); see the editor guide.npx zephex · Crush, Hermes, ChatGPT, Kilo · Supported editors · Connect MCP