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.

Tools

Tools Overview

All 10 Zephex MCP tools at a glance — each has a terminal command too. Your editor calls them as lean JSON; the CLI prints answer cards. Understanding when to use each one helps you guide sessions and cut token waste.

Zephex tool pipeline from intent through hosted MCP to answer card or JSON

Same tools · two surfaces: editor JSON and terminal answer cards.

TERMINAL PRIMARIES
MCP toolTerminalExample
get_project_contextget-context · overviewmcpcli overview
find_codefind-code · find · renamemcpcli find-code "auth"
read_codesummarize · outline · symbolmcpcli summarize src/auth.ts
explain_architecturearchitecture · archmcpcli architecture --focus auth
check_testcheck-test · test (legacy: scope-task)mcpcli check-test
check_packagecheck-package · safe · pkgmcpcli safe express
project_memoryremember · recall · memorymcpcli remember "auth uses JWT cookies"
audit_headerscheck url · site-auditmcpcli check url https://zephex.dev
keep_thinkingthink · reason (one-shot)mcpcli think "debug 401 loop"
Zephex_dev_infodocs · askmcpcli docs "Stripe webhooks"
10

Built-in tools

1

API key

27+

Editors supported

0

Local servers to run

WHICH TOOL WHEN

Start here if you are unsure which tool to reach for. Match your question to the tool — then open the detail page for parameters and copy-paste prompts.

Your questionToolWhat you get
What is this project?get_project_contextStack, commands, deps in one call
Are my tests healthy?check_testTest Pulse — health checks and diagnostics
Where is X defined?find_codeRanked search across the repo
Show me the code for Xread_codeAST-based symbol or outline extraction
How does X work?explain_architectureDiagrams and flow traces
Is this package safe?check_packageRegistry + supply-chain signals
Did the agent remember last session's decisions?project_memoryRemember and recall project decisions, gotchas, and conventions across sessions via local SQLite
Is this URL secure?audit_headersLive header and secret audit
Best practice for X?Zephex_dev_infoExpert KB with checklists
I'm going in circleskeep_thinkingStructured hypothesis tracking
ALL 10 TOOLS

get_project_context

Context

One-call project brief — stack, scripts, deps, env hints, monorepo layout.

When: First call on any new repo or session.

Full reference →

check_test

Verification

Test Pulse — health checks, diagnostics, and test verification.

When: After writing code, before commit, or to verify test health.

Full reference →

read_code

Code

AST extraction — symbol body, file batch, or structural outline.

When: You know the file or symbol; need implementation only.

Full reference →

find_code

Search

BM25-ranked search with snippet, symbol, concept, and everywhere intents.

When: You know what to find but not where it lives.

Full reference →

explain_architecture

Architecture

Mermaid diagrams for auth, data flow, integrations, and hotspots.

When: Before touching auth, billing, or critical paths.

Full reference →

check_package

Packages

Registry safety, CVEs, upgrade paths across 12 ecosystems.

When: Before npm install or reviewing new dependencies.

Full reference →

project_memory

Memory

Remember and recall project decisions, gotchas, and conventions across sessions via local SQLite.

When: New session on an existing project; need to recall past context.

Full reference →

Zephex_dev_info

Knowledge

Curated KB — Stripe, Supabase, JWT, CSP, Next.js patterns with snippets.

When: You need expert implementation guidance, not guesses.

Full reference →

audit_headers

Security

Live URL audit — grade A–F, headers, TLS, cookies, secret scan.

When: Post-deploy check or production readiness review.

Full reference →

keep_thinking

Reasoning

Persistent reasoning session — hypotheses, ruled-out causes, next steps.

When: Multi-file bugs, circular debugging, high-risk changes.

Full reference →
NEXT STEPS
Recommended path

New to Zephex? Read the Quickstart, then browse Tool Workflows for multi-tool sequences (debug auth, audit packages, scope refactors). For terminal usage without an editor, see the Terminal Tools Guide.