Zephex is a cloud-hosted MCP proxy that gives your AI coding agents access to 10 powerful developer tools through a single API key. No local servers, no per-editor setup, no maintenance. Connect once, use everywhere.
Your editor authenticates once with a Bearer token. The proxy routes each tool call to the right backend and returns a single response. Add or remove tools without ever touching your editor config.
Your editor sends a single JSON-RPC call. The proxy authenticates, routes to the right tool, returns one response.
Run this in your terminal. It walks you through API key creation and editor config automatically.
npx zephexRun live supply-chain checks from your editor — typosquats, CVEs, and migration risk without leaving the agent. Start with check_package for fast scans or loop_guard for deep intelligence across 12 ecosystems.
Skip local Node MCP processes on every laptop. One Bearer token at https://zephex.dev/mcp — see Quickstart or Install.
Compare configuration drift, team rollout, and when a remote endpoint wins in Zephex vs local MCP.
1 request = 1 MCP tool call. A typical coding session uses 20–80 requests. Limits and tiers are on Plans and Pricing.
| Tier | Price | Requests/mo |
|---|---|---|
| Free | $0 | 555 |
| Pro | $7/mo | 3,500 |
| Max | $19/mo | 10,000 |
Every method uses the same endpoint and API key. Pick the one that matches your workflow.
One command, auto-configures your editor. Works with Cursor, Claude Code, VS Code, and more.
→Full CLI with auth, key management, usage stats, and shell completions.
→find-code, get-context, architecture — run MCP tools in your shell (Mode 2).
→Direct JSON-RPC over HTTPS. Use from any language or custom integration.
→Trace how a repo fits together — stack, scripts, dependencies, entry points — in one call.
AST-based symbol reading, ranked code search, and architecture analysis with diagrams.
Check any npm, pypi, or cargo package for typosquats, CVEs, and supply-chain risks.
HTTP header audits, SSL checks, cookie flags, and CSP analysis on any deployed URL.
Persistent thinking sessions that prevent circular debugging and track conclusions.
Database schemas, security patterns, frontend/backend best practices, deployment guides.
Follow the decision flow. Never guess files. Every tool page has copyable prompt templates and real Before/After examples.
Start here on any new task or unfamiliar codebase. Follow the arrows. Never guess files.
Create API keys from the dashboard. Each key gives access to all 10 tools through the proxy. Use separate keys per environment (dev/staging/prod) so you can rotate without downtime.
This config structure works in Cursor, Claude Code, VS Code, Windsurf, and any editor supporting MCP. Paste it, add your key, restart.
{ "mcpServers": { "zephex": { "command": "npx", "args": ["-y", "zephex"], "env": { "ZEPHEX_API_KEY": "YOUR_API_KEY" } } }}Every tool is available on every plan. Click a tool to read its full reference.
| Tool | Category | Description | Access |
|---|---|---|---|
| get_project_context | Project | Detects framework, package manager, scripts, env vars | Read |
| scope_task | Project | Plain-English task → minimal focus file set | ReadCompute |
| read_code | Code | AST-based symbol/file/outline reading | Read |
| find_code | Code | BM25-ranked code search across the repo | Read |
| explain_architecture | Code | End-to-end architecture analysis with Mermaid | ReadCompute |
| check_package | Packages | Live registry safety check (12 ecosystems) | Network |
| loop_guard | Packages | Deep upgrade analysis: CVEs, breaking changes | Network |
| audit_headers | External | HTTP / TLS / cookie audit on any URL | Network |
| Zephex_dev_info | External | Expert dev knowledge base lookup | Read |
| keep_thinking | Reasoning | Persistent structured reasoning sessions | Compute |
See full details on the Capabilities page or any individual tool page.
Same endpoint, same auth. What changes is where the config file lives.
Run this curl to confirm your key works and the endpoint is reachable.
curl -X POST https://zephex.dev/mcp \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'Tips for getting the most out of Zephex tools
→How the proxy routes requests to MCP backends
→Common issues and how to fix them
→Latest product updates and releases
→Rate limits, quotas, and how usage is tracked
→Encryption, data handling, and compliance
→