MCP server for Claude Code
Claude Code speaks MCP natively. Zephex is a hosted MCP server with ten tools your agent calls on your checked-out tree — project context, AST search, package safety, architecture maps — without running Node on every laptop.
Setup in about two minutes
- Run
npx zephex setupand pick Claude Code - Paste your API key into
~/.claude.json(the wizard does this) - Quit Claude Code completely and reopen — not just a window reload
- In a new session, run
/mcpand confirm zephex lists ten tools - Ask: "What's the stack?" — agent calls
get_project_context
First prompts that work
check_test— run tests and get broken_areas, fix_first, and triage after editsfind_code+read_code— locate then extract a symbolcheck_package— typosquat check beforenpm installexplain_architecture— auth flow and service boundaries
Claude Code setup guide · CLI demo (no agent) · vs GitHub MCP · Install