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 commandsProject MemorySupply Pulse (supply)Supply Pulse 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 tools — plain English

What each command is for, what you get back, request cost, and when to use it. Same intelligence as the MCP server — this is the browser surface.

Request costs (2026): Heavy commands use multiple monthly requests (e.g. overview ~7, web website overview ~10, site/check ~6, supply ~8). Before a run you see Cost: ~N requests if this succeeds · free if it fails. Failed runs do not burn quota. Counts also show on Overview → Recent Calls after success.

Open the terminal at Dashboard → Terminal. Paste a public GitHub URL, then run a command. Type / for the slash menu — all 37 commands on /docs/slash-commands. MCP tools: /docs/tools.

Billing

How usage works

One successful tool call = one request on your API key. Failed runs (errors, bot walls handled cleanly, cancelled) do not burn quota. Warm cache on the same tab can return instantly without a new bill.

overview is designed as a single MCP call when possible. Running many different commands (overview + architecture + find + supply) bills once each — that is expected.

Start here (repo)

Learn a public GitHub repo

Paste https://github.com/owner/repo, then pick one of these. Answers use the same clean card design: hero, tags, short sections, dig deeper.

CommandWhat it isWhat you getRequestsNeeds
overviewFirst look at a public GitHub repoProduct story, language bars, size, how to run, numbered next steps~7Repo URL pasted first
architectureHow the codebase is wiredEntry points, auth, external services — clickable file paths~7Repo
setupInstall and run this projectInstall + dev/test/build commands in plain English~7Repo
get-contextFull technical briefStack, layout, env, deploy — same clean card layout as overview~7Repo
find QUERYSearch the codebaseTop matches with paths you can open~5Repo + search words
structureFolders and packagesMonorepo layout and where things live~7Repo
statsSize and layout snapshotFile counts, layout, run commands~5Repo
read / outlineOpen a file or outlineFile body or symbol outline~5Repo + path
check-package nameIs this npm/PyPI package safe?Latest version, risk signals, CVEs, plain takeaway~5Package name
check-test (legacy: scope-task)Test Pulse — run suite / failures / whyPass/fail clusters, fix_first, session follow-ups~1 run + free session slicesRepo with tests
remember / recall / memoryProject memory factsSaved decisions/gotchas across sessions~5Signed in
thinkOne-shot structured reasoningCheckpoint summary (multi-turn = editor)~2–5Signed in
Live scans

Any website or package

These do not need a repo (except combined supply with a connected GitHub project). Results are severity-ranked and plain English.

Start with web your-site.com — one overview card covering brand face, health, stack, security headers, and exposed API keys. Use site, check url, or supply site to zoom into one layer.

CommandWhat it isWhat you getRequestsNeeds
web example.comWebsite Overview — full public site scanIdentity, scorecard, TLS, cookies, stack/CDN, header scorecard, public vs private keys, what we scanned, fix-first — one powerful card~10Public URL or domain (no repo required)
site example.comSite Pulse — is the site up?Alive/broken, trust score, load time, framework, plain English~6Public URL or domain (no repo required)
check url https://…Security headers auditGrade (A–F), HSTS/CSP gaps, TLS — honest if bot wall blocks you~6Public HTTPS URL
supply site https://…Secrets on a live websiteJS bundles, exposed files, leaked keys, severity-ranked fixes~8Public URL
supply audit owner/repoHero: public GitHub + live siteRepo secrets + auto-discovered production URL scan~8Public GitHub owner/repo
supply keys owner/repoSecrets-only deep scanGit history + pattern hits for leaked credentials~8Public GitHub owner/repo
supply https://…Wide URL security scanMulti-page surface, headers, APIs, severity counts~8Public URL (or paste after connecting a repo)

Bot walls

If a site returns "Vercel Security Checkpoint" or similar, the audit will say so — it will not pretend that page is grade F for missing HSTS. Retry later or audit an origin that is not behind a challenge.

Account

Keys, quota, sessions

CommandWhat it isWhat you getRequestsNeeds
usageHow much quota you usedUsed / limit for the selected API keyfreeSigned in
keys · key NWhich API key bills this terminalList keys; switch billing keyfreeSigned in
sessions · session NCloud terminal tabsList, rename, switch, delete tabsfreeSigned in
helpCommand list with costsSame costs as this page, inside the terminalfree—
Also useful
  • defs NAME / rename WORD — definitions and every occurrence before a rename
  • read FILE / outline FILE / summarize FILE — open or explain a file
  • framework · auth · database · deploy — deep slices of get-context
  • help — short command list in the terminal
  • connect — wire Cursor / VS Code with npx zephex setup
Deeper docs
  • Supply Pulse (CLI depth)
  • Terminal CLI
  • All ten MCP tools
  • Usage limits