zephex
CLIGet StartedPricingMCP ToolsCommunityGuidesDocs
←BackSign in
CLIGet StartedPricingMCP ToolsCommunityGuidesDocs
Get started freeSign in
DocsAPIToolsEditorsChangelogHelp

GET STARTED

WelcomeQuickstartSetup videoMCP Q&A (learn)BlogWhat is MCP?Who is Zephex for?Plans & PricingZ-GASAB benchmarkBenchmark chart (live)Changelog

INSTALLATION

Web Terminal tools (plain English)Terminal tools (complete)Connect MCPVS Code Marketplace extensionCLI (no AI agent)CLI init (first run)CLI account & logoutNPX (Recommended)Test Pulse (check test)Test Pulse commandsProject MemorySupply Pulse (supply)Supply Pulse commandsTerminal CLI referenceSlash commands (37 palette)Web Terminal (dashboard)Command CompassCLI commandsCLI in DockerCLI: All editors (one command)CLI: Crush, Hermes, ChatGPT, KiloOAuth & HTTP setupInstall overviewHTTP APISetup WalkthroughHTTP vs stdio

API & KEYS

API Key ManagementKey Naming & FormatAuthenticationKey Dashboard

CONFIGURATION

Universal RequirementsSupported EditorsHow It WorksArchitectureCLAUDE.md TemplateAGENTS.md Template

EDITORS28 guides

Supported EditorsVS CodeVS Code extension (Marketplace)Claude CodeCursorWindsurfJetBrains

PLATFORM

macOSWindowsLinux

TOOLS10 tools

Capabilities OverviewTools OverviewTool FilteringTool Workflowsget_project_contextread_codefind_codecheck_packageexplain_architectureZephex_dev_infocheck_testaudit_headerskeep_thinkingproject_memory

GUIDES

Best PracticesToken EfficiencyUse CasesZephex vs Local MCPZephex vs Context7Zephex vs GitHub MCPZephex vs SmitheryMCP EcosystemMarkdown Access

SUPPORT

Help CenterMCP troubleshootingTeam rolloutFAQConnection IssuesRate LimitsDowntime & ErrorsBillingTier GuidePro & Max guideUsage LimitsUsage Analytics

LEGAL

System StatusTerms (summary)Privacy (summary)Data UseSecurityAuthenticationSecurityData HandlingPrivacy PolicyTerms of Service

Quick Links

API Reference

Complete API documentation

Troubleshooting

Common issues and solutions

Community

Join our Discord community

Plugins

Editor and CLI integrations

Pricing

Free, Pro, and Max plans

Enter
Zephex_devzephex-devzephexzephexhello@zephex.dev
© 2026 Zephex. All systems operational.

Installation

CLI setup — all editors

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.

HAVE A KEY?

Keys must start with mcp_prod_, mcp_dev_, or mcp_sk_. Get one at zephex.dev/dashboard/keys.

shell
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-here

Add --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.

NEW USER (BROWSER)

Same flags without --api-key — the CLI opens zephex.dev, creates a CLI key, writes the editor config, and verifies tools.

shell
npx -y zephex setup --cursornpx -y zephex setup --opencodenpx -y zephex setup --vscode
EVERY SETUP FLAG
EditorFlagTransportConfig path(s)With API key
Cursor--cursorhttp.cursor/mcp.json (project) or ~/.cursor/mcp.json (global)npx -y zephex setup --cursor --api-key mcp_prod_your-key-here
Claude Code--claudehttp~/.claude.json or <project>/.mcp.jsonnpx -y zephex setup --claude --api-key mcp_prod_your-key-here
Claude Desktop--claude-desktopstdioSee editor guidenpx -y zephex setup --claude-desktop --api-key mcp_prod_your-key-here
VS Code--vscodestdio.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--opencodestdio~/.config/opencode/opencode.json or <project>/opencode.jsonnpx -y zephex setup --opencode --api-key mcp_prod_your-key-here
Codex CLI--codexstdio~/.codex/config.toml or <project>/.codex/config.tomlnpx -y zephex setup --codex --api-key mcp_prod_your-key-here
Gemini CLI--geministdio~/.gemini/settings.json or <project>/.gemini/settings.jsonnpx -y zephex setup --gemini --api-key mcp_prod_your-key-here
Antigravity--antigravitystdio~/.gemini/antigravity/mcp_config.json (global only)npx -y zephex setup --antigravity --api-key mcp_prod_your-key-here
TRAE--traestdio<project>/.trae/mcp.jsonnpx -y zephex setup --trae --api-key mcp_prod_your-key-here
Windsurf--windsurfstdio~/.codeium/windsurf/mcp_config.jsonnpx -y zephex setup --windsurf --api-key mcp_prod_your-key-here
Zed--zedstdio~/.config/zed/settings.jsonnpx -y zephex setup --zed --api-key mcp_prod_your-key-here
Warp--warpstdio~/.agents/.mcp.json or <project>/.agents/.mcp.jsonnpx -y zephex setup --warp --api-key mcp_prod_your-key-here
Kiro IDE / Kiro CLI--kirostdioSame as Kiro CLI (~/.kiro/settings/mcp.json)npx -y zephex setup --kiro --api-key mcp_prod_your-key-here
JetBrains AI Assistant--jetbrainsstdio<project>/.junie/mcp/mcp.jsonnpx -y zephex setup --jetbrains --api-key mcp_prod_your-key-here
Factory Droid--droidstdio~/.factory/mcp.json or <project>/.factory/mcp.jsonnpx -y zephex setup --droid --api-key mcp_prod_your-key-here
Cline--clinestdioCline globalStorage …/cline_mcp_settings.jsonnpx -y zephex setup --cline --api-key mcp_prod_your-key-here
Kilo Code--kilostdio~/.config/kilo/kilo.jsonc or project kilo.jsonc / .kilo/kilo.jsonc; legacy: .kilocode/mcp.jsonnpx -y zephex setup --kilo --api-key mcp_prod_your-key-here
Crush--crushhttpcrush.json (project) or ~/.config/crush/crush.json (global)npx -y zephex setup --crush --api-key mcp_prod_your-key-here
Hermes--hermesstdio~/.hermes/config.yaml + ~/.hermes/.envnpx -y zephex setup --hermes --api-key mcp_prod_your-key-here
ChatGPT--chatgptguidedNo 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--continuestdio~/.continue/config.yaml or <project>/.continue/mcpServers/zephex.jsonnpx -y zephex setup --continue --api-key mcp_prod_your-key-here
GitHub Copilot CLI--copilotstdio~/.copilot/mcp-config.json or <project>/.mcp.jsonnpx -y zephex setup --copilot --api-key mcp_prod_your-key-here
Roo Code--roostdio<project>/.roo/mcp.json (project root)npx -y zephex setup --roo --api-key mcp_prod_your-key-here
Amp--ampstdio~/.config/amp/settings.json or <project>/.amp/settings.jsonnpx -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.

NOT IN SETUP YET
  • Goose — use goose configure (interactive); see the editor guide.
  • Perplexity Desktop — UI / connector flow in the guide.
SEE ALSO

npx zephex · Crush, Hermes, ChatGPT, Kilo · Supported editors · Connect MCP