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

CLI

Install & upgradeStartAll install methodsnpx zephex setupCLI without an agentFirst run (init)Login, logout, keysCommand referenceTerminal Mode 2Slash commandsCLI in Docker

INSTALLATION

Connect MCPAll editors (one command)Crush, Hermes, ChatGPT, KiloVS Code Marketplace extensionOAuth & HTTP setupSetup walkthroughHTTP vs stdioWeb Terminal (dashboard)Web Terminal toolsTerminal tools (complete)Test PulseTest Pulse commandsdeep (Project Dossier)Project MemorySupply PulseSupply Pulse commandsinstall (GitHub / npm files)install file commandsCommand CompassHTTP API

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.

Configuration

Universal Requirements

Before connecting any editor to Zephex, confirm the shared account, network, and HTTP transport requirements are already in place.

What You Need
  • An active Zephex account. Any tier works for initial setup.
  • At least one API key generated at Dashboard -> API Keys.
  • Keys must be kept secret. Treat them like passwords.
Network Requirements
  • HTTPS access to zephex.dev on port 443.
  • The Zephex endpoint uses Streamable HTTP with chunked transfer encoding. Confirm your network or proxy does not strip Transfer-Encoding: chunked.
  • No local ports or firewall rules are required. Zephex is fully cloud-hosted.
Key Format

Your key must be sent exactly like this:

text
Authorization: Bearer mcp_prod_api-01.your-secret
  • No quotes around the key value.
  • The Bearer prefix, with a space after it, is required.
  • Valid keys use the format mcp_prod_api-01.... (shown masked in the dashboard as mcp_prod_••••-••••).
Editor Compatibility

Zephex uses HTTP transport over HTTPS. Any MCP client that supports HTTP transport with custom headers will work.

  • Cursor (0.43+)
  • Claude Code (all versions)
  • VS Code (with MCP extension)
  • Windsurf (Cascade panel)
  • JetBrains IDEs (with AI Assistant plugin)

Editors that use stdio-only MCP transport are not compatible without a bridge. Zephex does not support stdio.