About Zephex

Zephex is a hosted MCP (Model Context Protocol) server. One API key connects AI coding agents to ten built-in tools—project context, code search, package audits, architecture maps—at https://zephex.dev/mcp. No separate MCP server install on every laptop.

How it works

  1. Create an API key in the dashboard.
  2. Add Zephex to your editor MCP config (stdio via npx or HTTPS Bearer).
  3. The agent invokes tools; Zephex processes inputs per request and returns structured results.
  4. Code is handled ephemerally for that request—not stored for model training.
Developer
    │
    ▼
Cursor / Claude Code / VS Code  (MCP client)
    │
    ▼
npx zephex  (stdio bridge)  OR  HTTPS + Bearer
    │
    ▼
https://zephex.dev/mcp  (hosted MCP server)
    │
    ▼
10 tools: get_project_context, find_code, read_code,
          check_package, audit_package, explain_architecture, …

Full how-it-works doc · Security · Data use

Proof: Stripe SDK upgrade workflow

A real workflow we document end-to-end: before bumping Stripe (or any major dependency), run check_package on the npm name, audit_package across versions, then scope_task for the files to edit. That catches typosquats and breaking changes before install—not after production breaks.

Stripe SDK upgrade audit guide →

Why we built Zephex

AI agents are only as good as the context they see. Local MCP setups drift across editors, teammates, and laptops—different configs, different tool versions, no shared usage picture. We built one hosted endpoint so every agent gets the same tools: package CVE data, AST code reading, and architecture analysis without shipping heavy scanners to each machine.

Connect

@Zephex_dev on XLinkedInGitHubDiscord
Zephex team

Built by the Zephex team

Independent builders focused on developer tooling for AI-assisted coding. Replace this block with your photo when ready — drop an image at public/about/founder.jpg.

Security & compliance

Infrastructure runs on providers with SOC 2 Type II programs (Vercel, Supabase). See data handling and security documentation.

Pricing

Free: 300 requests/month. Pro: $7/month for 3,500 requests. Max: $19/month for 10,000 requests. View pricing · Plan details

Install ZephexMCP Q&ADocumentationChangelog