Developer Tools
zephex.dev
A code analysis and web audit tool for navigating codebases and inspecting HTTP headers.
ENDPOINT 1
https://zephex.dev/mcp
Known tools 10
get_project_contextOrient on any codebase before editing.
explain_architectureStructural wiring map — how files connect, not file bodies.
read_codeSurgical code read — symbols, batch files, keyword scan, bug smells.
find_codeFind text inside project files (ripgrep).
audit_headersSite Audit — full HTTP intelligence for a public URL in one call.
keep_thinkingMulti-call reasoning scaffold for AI coding agents — NOT Anthropic's single-call think tool, NOT extended thinking.
check_packageVerify any package on live registries before install — and plan upgrades from GitHub release notes.
check_testRun project tests and return structured health — per-file pass/fail counts, coverage %, failures with Expected/Received, broken_areas (grouped by module), fix_first bullets, failure_clusters (same-root-cause grouping), coverage_by_area (per-module lcov rollup), blind_spots (flaky/patch/missing-test warnings), triage bundle, area_graph, graph_mermaid, health.
Zephex_dev_infoExpert developer knowledge base by Zephex.
project_memoryStore and recall project-specific learned facts (decisions, gotchas, goals, conventions) across agent sessions.