zephex

Installation
SKILL.md

Overview

Zephex is a hosted MCP gateway that prevents wasted file reads, catches breaking changes before they ship, and grounds every code decision in what actually exists — not what training data guesses. One endpoint at zephex.dev/mcp. Requires ZEPHEX_API_KEY in your environment.

Call Order

  1. zephex:scope_task — call FIRST. Pass the task in plain English.
  2. zephex:get_project_context — once per session on a new repo.
  3. zephex:read_code — for each file scope_task returned. Pass the symbol name.
  4. zephex:find_code — before implementing anything new. Pass the pattern.
  5. zephex:thinking — when stuck after 3+ investigated paths.
scope_task → get_project_context → read_code → find_code → [implement]
                                              thinking (if stuck)

All 10 Tools

Installs
2
First Seen
May 17, 2026
zephex — zephexmcp/agent-skills