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

CLI

Install & upgradeStartAll install methodsnpx zephex setupCLI without an agentFirst run (init)Login, logout, keysCommand referenceTerminal Mode 2Slash commandsCLI in Docker

INSTALLATION

Connect MCPAll editors (one command)Crush, Hermes, ChatGPT, KiloVS Code Marketplace extensionOAuth & HTTP setupSetup walkthroughHTTP vs stdioWeb Terminal (dashboard)Web Terminal toolsTerminal tools (complete)Test PulseTest Pulse commandsdeep (Project Dossier)Project MemorySupply PulseSupply Pulse commandsinstall (GitHub / npm files)install file commandsCommand CompassHTTP API

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.

Cli Setup

Kilo Code — npx zephex setup --kilo

One command: sign in on zephex.dev, then the CLI writes kilo.jsonc with a local MCP server (npx zephex + ZEPHEX_API_KEY). That matches Kilo’s official mcp + type: local shape. If you still use the old VS Code extension globalStorage file, setup keeps writing stdio there instead.

COMMAND
shell
npx -y zephex setup --kilonpx -y zephex setup --kilo --api-key mcp_prod_your-key-herenpx -y zephex setup --kilo --project
WHERE THE FILE IS WRITTEN
ScopemacOSLinuxWindows
global~/.config/kilo/kilo.jsonc~/.config/kilo/kilo.jsonc%APPDATA%\kilo\kilo.jsonc
project./kilo.jsonc or ./.kilo/kilo.jsonc./kilo.jsonc or ./.kilo/kilo.jsonc.\kilo.jsonc or .\.kilo\kilo.jsonc
global~/Library/Application Support/Code/User/globalStorage/kilocode.kilo-code/settings/mcp_settings.json (legacy VS Code extension only)~/.config/Code/User/globalStorage/kilocode.kilo-code/settings/mcp_settings.json (legacy)%APPDATA%\Code\User\globalStorage\kilocode.kilo-code\settings\mcp_settings.json (legacy)
project./.kilocode/mcp.json (legacy VS Code extension only)./.kilocode/mcp.json (legacy).\.kilocode\mcp.json (legacy)
WHAT SETUP WRITES (DEFAULT)

Parent key: mcp. Transport: type: "local" + command ["npx","-y","zephex@…"] + environment.ZEPHEX_API_KEY. Default kilo.jsonc. Legacy extension path uses mcpServers stdio.

json
{  "mcp": {    "zephex": {      "type": "local",      "command": ["npx", "-y", "zephex"],      "environment": {        "ZEPHEX_API_KEY": "mcp_sk_your_key_here"      },      "enabled": true,      "timeout": 10000    }  }}
AFTER SETUP
  1. Restart Kilo Code or open Settings → Agent Behaviour → MCP Servers.
  2. Confirm zephex is enabled.
  3. Test: “Use check_package on lodash”, then get_project_context on this workspace.

All four CLI editors · Full Kilo Code editor guide