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

Tool Reference

Zephex exposes 10 hosted MCP tools for orientation, code reading, package intelligence, expert knowledge (Zephex_dev_info), production URL audits (audit_headers), scoped planning, and structured reasoning. Start here when you want the exact contract before you wire an agent.

ALL TOOLS
$ ls tools/10 tools installed
get_project_contextProject snapshot: stack, scripts, entry points, env vars, monorepo layout, and dependency health from manifests — without reading the whole repo.explain_architectureEnd-to-end request, auth, and data-flow tracing.check_testTest Pulse — health checks, diagnostics, and test verification.read_codeAST-based symbol and file reading — signatures, bodies, outlines, and batched reads with pagination.find_codeRanked BM25 + AST search for definitions, usages, and patterns across the repo.check_packageFast npm/PyPI/Cargo/Go registry scan for typosquats, maintainer risk, and suspicious versions.project_memoryCross-session project memory: remember decisions, gotchas, goals, conventions across sessions via local SQLite (stdio only).Zephex_dev_infoExpert KB: search then get by slug. Auth, Stripe, Supabase RLS, security, Next.js—not URL scraping (inspect_url removed).audit_headersHTTP/TLS security header audit with grading.keep_thinkingStructured multi-step reasoning with persistent conclusions across tool calls.
PROJECT TOOLS

get_project_context

Project snapshot: stack, scripts, entry points, env vars, monorepo layout, and dependency health from manifests — without reading the whole repo.

→ View docs

explain_architecture

End-to-end request, auth, and data-flow tracing.

→ View docs

check_test

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

→ View docs
CODE TOOLS

read_code

AST-based symbol and file reading — signatures, bodies, outlines, and batched reads with pagination.

→ View docs

find_code

Ranked BM25 + AST search for definitions, usages, and patterns across the repo.

→ View docs
PACKAGE TOOLS

check_package

Fast npm/PyPI/Cargo/Go registry scan for typosquats, maintainer risk, and suspicious versions.

→ View docs

project_memory

Cross-session project memory: remember decisions, gotchas, goals, conventions across sessions via local SQLite (stdio only).

→ View docs
EXTERNAL TOOLS

Zephex_dev_info

Expert KB: search then get by slug. Auth, Stripe, Supabase RLS, security, Next.js—not URL scraping (inspect_url removed).

→ View docs

audit_headers

HTTP/TLS security header audit with grading.

→ View docs
REASONING TOOLS

keep_thinking

Structured multi-step reasoning with persistent conclusions across tool calls.

→ View docs
START HERE
Which Tool Should You Call First?
New task or codebase?Never seen this repo?Get orientation fastget_project_context1 cheap call → stack + key filesComplex, risky, or long?Don't lose the threadkeep_thinkingPersistent investigation logYou have a clear task?Scope before you readcheck_testMinimal files + risk analysisThen narrow with one of these:find_codelocate anythingread_codeexact symbolexplain_architectureMermaid flowscheck_packagesafety firstaudit_headerslive URL auditEvery tool page has a "Recommended Prompt Template" + real Before/After examples.Copy them. Paste into Claude, Cursor, or Grok. Get dramatically better results.

Start here on any new task or unfamiliar codebase. Follow the arrows. Never guess files.

HOW TO USE TOOLS TOGETHER

For a new codebase

Start with get_project_context for orientation. Use explain_architecture before touching auth, billing, or database code.

Before any coding task

Call check_test first with a plain-English test description. It returns health checks, diagnostics, and test verification results to confirm your code works before you commit.

For finding specific code

Use find_code to locate where something lives, then use read_code to read the exact function or module with focused context.

For dependency and security reviews

Use check_package before you install or recommend a dependency. Escalate to project_memory for CVEs and migration guidance. Use audit_headers on deployed URLs. Use Zephex_dev_info for vetted auth, database, and security patterns (search, then get by slug).

For complex problems

Use keep_thinking when the decision could be wrong or when you need a persistent investigation trail across several tool calls.