Connect once
Configure your editor or client to talk to a single `/mcp` endpoint instead of wiring every backend manually.
Connecting services and preparing your dashboard.
Zephex is a hosted Model Context Protocol proxy with one unified MCP endpoint, API-key authenticated routing, and MCP tools for Cursor, Claude, VS Code, and Windsurf.
How it works
Replace fragmented MCP setup with one secure endpoint and one API key flow.
Configure your editor or client to talk to a single `/mcp` endpoint instead of wiring every backend manually.
Zephex validates the API key, enforces limits, and routes tool calls across your connected backends.
Track usage, keys, and billing in one dashboard so your team can manage access and costs confidently.
Use these MCP tools to understand a repo, find the right code, and pull current docs — with clear guidance on when to use each tool.
Summarizes the repo’s stack and key integration points (auth, hosting, billing, queues) based on what’s actually present in code and config.
Built for real workflows
Zephex supports individual developers and teams that need reliable MCP operations.
Ship faster with a cleaner setup path and fewer moving parts when you switch projects or editors.
Keep one integration surface while your stack changes, and avoid ad-hoc key sharing across environments.
Enforce rate limits, rotate/revoke keys, and monitor usage from one control layer.
Trust at a glance
These are verified controls from the current Zephex implementation and policies.
Server-side key validation uses hashing, and dashboard flows support key revocation and rotation.
Rate limiting and usage enforcement help protect infrastructure from abuse and runaway traffic.
Data Use and Privacy pages explain what is processed to run the service and what is not used for model training.
Start free, upgrade when you need more requests and backends.
Your API key authenticates every request to Zephex. Create it in the Dashboard, then add it to your client once.
tools/list and tools/call.Authorization: Bearer mcp_sk_••••••••••••••••••••••••••••••••
curl -X POST https://zephex.dev/mcp \
-H "Authorization: Bearer mcp_sk_xxx" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'FAQ
Quick answers for first-time evaluation and setup.
Most users can connect in a few minutes: create a key, paste one config snippet, and call the MCP endpoint.
Zephex provides setup guidance for Cursor, Claude Code, VS Code, Windsurf, JetBrains, and other MCP-compatible clients.
No. Zephex states that prompts, tool inputs, tool outputs, and code are not used to train AI models.
Treat keys like secrets: keep them out of public repos, rotate exposed keys immediately, and use separate keys per environment.