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

Web Terminal tools (plain English)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 commandsdeep (Project Dossier)Project MemorySupply Pulse (supply)Supply Pulse commandsgrab (GitHub / npm files)grab commandsTerminal CLI referenceSlash commands (37 palette)Web 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

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.

Installation

Web Terminal

Mode 2 inside the logged-in dashboard — same hosted MCP as local mcpcli, answer-card output, public GitHub repos only. No npm install required in the browser.

Zephex answer card style output used in web and local terminal

Web terminal reuses Mode 2 answer-card language: hero, tags, Dig deeper.

Open /dashboard/terminal after signing in. Need a key: API keys. Full argv list: Terminal tools complete guide · What each command does · Local Mode 2 · grab (download public GitHub / npm files).

How it works
  1. You paste a public GitHub URL — the server materializes the repo for analysis.
  2. Commands hit the same hosted tools as local CLI (find_code, get_project_context, …).
  3. Output is human-first (cards / briefs), not a raw agent dump.
  4. Local projects with private code: use npm install -g zephex and mcpcli on your machine instead.
Start-here commands
CommandPurpose
overviewProduct story + stack bars
get-contextStructured project brief
find-codeSearch symbols / strings
summarizePlain-English file read
check-testRun tests + failures
safePackage safety before install
architectureHow modules wire
check urlLive URL security audit
rememberSave a project fact
MCP tools available here
MCPType in terminal
get_project_contextget-context · overview
find_codefind-code · find · rename
read_codesummarize · outline · symbol
explain_architecturearchitecture · arch
check_testcheck-test · test (legacy: scope-task)
check_packagecheck-package · safe · pkg
project_memoryremember · recall · memory
audit_headerscheck url · site-audit
keep_thinkingthink · reason (one-shot)
Zephex_dev_infodocs · ask
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

Slash commands

In the web terminal (and local zephex shell), type / to open the palette. Each row fills the command line — press Enter to run. MCP-backed slashes need sign-in and an API key; /help and /clear are local. Also try on zephex.dev/cli (browse without login; tools blocked until you sign in).

SlashRunsMCP toolWhen to use
/overview ★overview—Best first command — story, stack, run; filter /structure /setup /stats
/contextget-contextget_project_contextget_project_context — one-call brief; filter /auth /database /deploy /framework
/architecture ★architectureexplain_architectureexplain_architecture — wiring map; how pieces connect before you edit
/find ★find authfind_codefind_code — ripgrep across repo; filter /defs /usages /rename /paste /everywhere
/read ★read src/index.tsread_coderead_code — plain-English file brief; filter /symbol /who /files /scan
/packagecheck-package expresscheck_packagecheck_package — one pkg deep-dive; filter /safe /deps /upgrade /migrate
/web ★web example.com—Live site intel — stack, headers, secrets; filter /site /check-url /shadow
/supply ★supply https://example.com—Wide security scan — filter /supply-site /supply-audit /secrets
/usageusage—Quota used / limit
/keyskeys—Billing keys
/sessionssessions—List terminal tabs
/helphelp—All /commands + 10 MCP tools — same tools in Cursor via npx zephex setup
/connectconnect—npx zephex setup for Cursor / VS Code
/clearclear—Clear the terminal

Local REPL shows 37 commands on bare / (test, failures, memory, doctor, …). Browser embed shows the 14 rows above. Full palette: Slash commands. Filter with /defs, /check-url, /auth, and 100+ more filter entries.

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 authcheck-test "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

Account / install / local-only flows stay on the npm CLI: setup, login, logout, doctor, repair, init, and scanning localhost. Use npm install -g zephex then mcpcli on your machine for those. Package upgrade alias loop-guard is the same as check-package --task upgrade — prefer the primary name when available.

Yes in web terminal: check url / site-audit, check-test, remember/recall when path allows, overview, find/read/architecture, packages, supply/shadow on public targets.

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