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.

Cli Setup

Crush — npx zephex setup --crush

One command: sign in on zephex.dev in the browser, then the CLI merges a zephex block into crush.json. This is a normal MCP config file on disk — not a separate “remote-only” install path.

COMMAND
shell
# Easiest if you don't have a key yet (browser sign-in, then writes crush.json):npx -y zephex setup --crush # Already have a key from zephex.dev/dashboard/keys (must start with mcp_):npx -y zephex setup --crush --api-key mcp_prod_your-key-here # Project-scoped (writes ./crush.json in cwd):npx -y zephex setup --crush --project
WHERE THE FILE IS WRITTEN
ScopemacOSLinuxWindows
global~/.config/crush/crush.json~/.config/crush/crush.json%APPDATA%\crush\crush.json
project./crush.json (repo root)./crush.json (repo root).\crush.json (repo root)
WHAT SETUP WRITES

Parent key: mcp. Transport: type: "http" + url + headers.Authorization Bearer. Charm crush.json schema — not mcpServers.

json
{  "$schema": "https://charm.land/crush.json",  "mcp": {    "zephex": {      "type": "http",      "url": "https://zephex.dev/mcp",      "headers": {        "Authorization": "Bearer mcp_sk_your_key_here"      }    }  }}
AFTER SETUP
  1. Restart Crush or start a new session from the directory that should use project crush.json.
  2. Confirm zephex appears under MCP in Crush.
  3. Test: “Use check_package on lodash”.

All four CLI editors · Full Crush editor guide