Connect Claude Code, Codex, or Gemini to live human engineers.
npx codevfnpx codevf setup- In Claude Code, type
claude - It works out of the box
Use /cvf in Claude Code to force CodeVF.
npx codevf setup- In Codex, type
codex - It works out of the box
Use /mcp in Codex to confirm CodeVF is connected.
npx codevf setup- In Gemini, restart the client
- It works out of the box
Configure MCP server integration with Claude Code, Codex, and Gemini:
- Authenticate with CodeVF using OAuth
- Auto-configure Claude Code's
~/.claude.jsonfile - Create Claude Code slash commands for CodeVF
- Select default project for context
Override the backend URL during setup:
npx codevf setup --base-url http://localhost:3000You can also set CODEVF_API_URL for the same effect.
Start the MCP server for non-Claude clients:
codevf mcp stdio- Launch MCP over stdio (command/args-based clients)
Start the MCP server over HTTP/SSE for non-Claude clients:
codevf mcp http --port 3333- Launch MCP over HTTP/SSE (shows endpoints)
- Node.js 18+
- Claude Code (Desktop App)
- Internet connection
- Documentation: http://codevf.com/mcp
- Issues: https://github.com/codevf/cli/issues
- Email: support@codevf.com
Commercial license — see LICENSE.