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

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 referenceWeb 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

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