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 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_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

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

VS Code extension (Marketplace)

Zephex connects your editor to tools that understand your repository: project context, code analysis, package checks, and security review. Install the extension, sign in once, enable Zephex in agent mode—or use the CLI in the terminal with or without an AI agent.

First time
shell
# 1. Extensions → search "Zephex" → Install# 2. Command Palette → Zephex: Sign In# 3. Agent/chat → enable Zephex MCP# 4. Ask: "Summarize this project"

Keys stay in SecretStorage (OS keychain), not in mcp.json. Marketplace: zephex.zephex-mcp. Same extension works in Cursor and Windsurf (1.101+).

What is MCP here?

MCP lets your AI agent call external tools during chat. Zephex is one MCP server focused on your workspace files (via local npx -y zephex), not generic web search. You do not need to memorize tool names—the agent chooses what fits.

Connect
  • Sign in — Zephex: Sign In (same flow as Connect Zephex MCP).
  • API key — dashboard/keys → Zephex: Enter API Key.

Troubleshooting: View → Output → Zephex, or npx zephex doctor.

CLI setup (other editors)

Use npx zephex setup to add Zephex to Cursor, Claude Code, Windsurf, or .vscode/mcp.json. Setup merges with MCP servers you already have.

shell
npx -y zephex setupnpx -y zephex setup --vscode
CLI without an AI agent

Terminal Mode 2 uses the same account and tools—no chat UI. Useful for SSH, scripts, or direct commands.

shell
npx zephex doctornpx zephex status

CLI without an AI agent · Terminal CLI reference

Why stdio

The extension runs npx -y zephex locally so tools can read your disk. HTTP vs stdio.

Tools

Optional reference only—see Connect MCP for the full tool list and examples.

Related

  • VS Code manual MCP config
  • Cursor setup
  • Connect MCP (all editors)
  • CLI without an AI agent
  • All 10 MCP tools