zephex
⌘K
Get StartedPricingMCP ToolsDocs
←BackSign in
Get StartedPricingMCP ToolsDocs

GET STARTED

What is MCP?IntroductionQuickstartAPI ReferenceUniversal RequirementsZephex vs Local MCPBest PracticesToken EfficiencyCLAUDE.md TemplateAGENTS.md TemplateMCP EcosystemMarkdown Access

EDITORS19 supported

OpenCodeOAuthVS CodeClaude CodeCursorWindsurfJetBrainsKiro CLIOAuthZedOAuthGemini CLIOAuthClineOAuthGooseCodex CLIOAuthFactory AIOAuthCopilot CLIKiro IDEWarpContinueRoo CodeTrae

PLATFORM

macOSWindowsLinux

TOOLS10 tools

get_project_contextread_codefind_codecheck_packageaudit_packageexplain_architectureZephex_dev_infoscope_taskaudit_headersthinking

SUPPORT

PlansPro & Max GuideUsage & AnalyticsConnection IssuesRate LimitsBillingSecurityFAQChangelog

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.