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 commandsSupply 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_packageloop_guardexplain_architectureZephex_dev_infoscope_taskaudit_headerskeep_thinking

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.

Installation

Web Terminal

Mode 2 mcpcli inside the logged-in dashboard — real hosted MCP output, public GitHub repos only.

Open the terminal at /dashboard/terminal after signing in. You need at least one API key. For the full CLI alias list (100+ commands), see Terminal tools complete guide.

Quick start
  1. Sign in at zephex.dev
  2. Create or confirm an API key
  3. Paste a public GitHub URL, e.g. https://github.com/vercel/next.js, then click Apply
  4. Run overview first (recommended — one billed command, seven internal context calls)
  5. Run other commands in the terminal pane
Supported commands

Commands are allowlisted in web-terminal-allowlist.ts. Shell operators (|, &&, ;) and raw shell (rm -rf, curl) are blocked. Unknown commands return: Try: overview · find · help.

shell
overviewstatsget-contextframeworkdatabasebackendfrontendfind authcount keyboardrename MySymbolpaste "/export default"defs handleAuthread-code package.jsonsummarize src/index.tsarchitecture --focus authscope-task "rate limit API"
shell
check-package expresssafe lodashcheck url https://zephex.devsite-audit https://zephex.devaudit-headers https://zephex.devsupply .sup chainshadow .
shell
helpclearcompasslearndocs "mcp setup"ask "how do I connect cursor"

Not available in web terminal

These CLI-only flows are blocked in the browser terminal: setup, login, logout, doctor, repair, loop-guard, site localhost:3000, pulse, check test, and init. Use npx zephex locally for those.

Public GitHub repos only

The web terminal clones public GitHub repositories on the server. Private repos, GitLab, and Bitbucket are not supported. If a repo is private or missing, you will see:

text
Private repos are not supported. Paste any public GitHub URL to get started.
Usage & quota
  • Each routed command (except meta commands below) counts as one monthly request — including overview, which runs multiple internal MCP calls but bills once.
  • help, clear, compass, and learn do not count against your monthly quota.
  • Tier limits match usage limits: Free 555/mo, Pro 3,500/mo, Max 10,000/mo.
Tips
  • check url (and site-audit / audit-headers) stream progressive output — audits can take 30–120 seconds
  • Click a command chip to fill; Shift+click to run immediately
  • Paste a code line without a command prefix (e.g. export default function App()) — it routes to paste
  • Prefer the npm CLI for local projects — see Terminal tools (Mode 2)
Related

Terminal tools complete guide · Full CLI reference · API keys · Usage limits