Installation
Web Terminal
Mode 2 mcpcli inside the logged-in dashboard — real hosted MCP output, public GitHub repos only.
Open the terminal at /dashboard/terminal after signing in. You need at least one API key. For the full CLI alias list (100+ commands), see Terminal tools complete guide.
- Sign in at zephex.dev
- Create or confirm an API key
- Paste a public GitHub URL, e.g.
https://github.com/vercel/next.js, then click Apply - Run
overviewfirst (recommended — one billed command, seven internal context calls) - Run other commands in the terminal pane
Commands are allowlisted in web-terminal-allowlist.ts. Shell operators (|, &&, ;) and raw shell (rm -rf, curl) are blocked. Unknown commands return: Try: overview · find · help.
overviewstatsget-contextframeworkdatabasebackendfrontendfind authcount keyboardrename MySymbolpaste "/export default"defs handleAuthread-code package.jsonsummarize src/index.tsarchitecture --focus authscope-task "rate limit API"check-package expresssafe lodashcheck url https://zephex.devsite-audit https://zephex.devaudit-headers https://zephex.devsupply .sup chainshadow .helpclearcompasslearndocs "mcp setup"ask "how do I connect cursor"Not available in web terminal
These CLI-only flows are blocked in the browser terminal: setup, login, logout, doctor, repair, loop-guard, site localhost:3000, pulse, check test, and init. Use npx zephex locally for those.
Public GitHub repos only
The web terminal clones public GitHub repositories on the server. Private repos, GitLab, and Bitbucket are not supported. If a repo is private or missing, you will see:
Private repos are not supported. Paste any public GitHub URL to get started.- Each routed command (except meta commands below) counts as one monthly request — including
overview, which runs multiple internal MCP calls but bills once. help,clear,compass, andlearndo not count against your monthly quota.- Tier limits match usage limits: Free 555/mo, Pro 3,500/mo, Max 10,000/mo.
check url(andsite-audit/audit-headers) stream progressive output — audits can take 30–120 seconds- Click a command chip to fill; Shift+click to run immediately
- Paste a code line without a command prefix (e.g.
export default function App()) — it routes topaste - Prefer the npm CLI for local projects — see Terminal tools (Mode 2)
Terminal tools complete guide · Full CLI reference · API keys · Usage limits