zephex
⌘K
Get StartedPricingMCP ToolsDocs
←Back×Sign in
Get StartedPricingMCP ToolsDocs

Documentation

Start with the endpoint and API key flow, then branch into editor setup or tool reference.

GET STARTED

What is MCP?IntroductionQuickstartAPI ReferenceUniversal RequirementsZephex vs Local MCPBest PracticesToken EfficiencyCLAUDE.md TemplateAGENTS.md TemplateMCP EcosystemMarkdown Access

EDITORS

OpenCodeOAuthVS CodeClaude CodeCursorWindsurfJetBrainsKiro CLIOAuthZedOAuthGemini CLIOAuthClineOAuthGooseCodex CLIOAuthFactory AIOAuth

OPERATING SYSTEMS

macOSWindowsLinux

TOOLS

get_project_contextread_codefind_codecheck_packageaudit_packageexplain_architectureZephex_dev_infoscope_taskaudit_headersthinking

SUPPORT

PlansPro & Max GuideUsage & AnalyticsConnection IssuesRate LimitsBillingSecurityFAQChangelog

Zephex vs Running MCP Locally

Both approaches work. The difference is where the operational burden lives and how much setup you want to repeat.

StepLocal MCP (stdio)Zephex (cloud HTTP)
Install server packageUse npx or install a package globally.Nothing to install.
Create config filePer-editor JSON config with command and args.Per-editor JSON config with url and headers.
Start the serverRun it yourself or let the editor spawn it.Already running.
Verify toolsCheck the editor panel.Run curl against tools/list.

On a single machine with one editor, local setup and hosted setup are close in effort. The difference becomes obvious once you need consistency across machines, environments, or teammates.

ONGOING MAINTENANCE
  • Package updates when new versions drop and breaking changes happen.
  • Version pinning to avoid unexpected behavior after upgrades.
  • Debugging crashes, subprocess failures, and port conflicts.
  • Separate configs when tools need repo-specific settings.

Local MCP servers need active maintenance. Zephex moves that work server-side, so there is nothing to update, pin, or debug locally.

MULTI-MACHINE SETUP

If you work across a laptop, desktop, remote dev box, or CI environment, local MCP means repeating setup everywhere. With Zephex, you keep one config per editor type and reuse the same URL and key anywhere you need MCP access.

TEAM USAGE

Local MCP means every developer manages their own server version and setup. One person upgrades, another stays pinned, and behavior diverges. With Zephex, everyone hits the same endpoint with their own API key. Tool behavior stays consistent, usage is visible per key, and revoking access is a dashboard action instead of a machine cleanup task.

WHEN LOCAL IS FINE
  • You work alone on one machine with one editor.
  • You need custom tools that Zephex does not provide yet.
  • You need access to private local-only filesystem paths.
  • You are experimenting and do not need a stable shared setup.
WHEN ZEPHEX WINS
  • You use multiple editors or machines.
  • You want zero local dependencies.
  • You need usage tracking or team access control.
  • You want a stable tool surface without managing server versions.
  • You want one MCP endpoint that stays consistent across environments.
Local MCP gives you maximum control and flexibility at the cost of maintenance. Zephex gives you a managed, consistent, zero-maintenance tool surface, with the tradeoff that you use the tools Zephex provides instead of arbitrary local servers.

For most day-to-day AI-assisted coding, Zephex removes more friction than it adds.