Labsco
MCP SERVER

CodeVF MCP

by codevfllc

Puts a live human engineer behind a tool call in Claude Code, Codex or Gemini.

Notifications & Alerting to Humans
Summary
The escape hatch for when the agent is stuck.

Most servers give a model another API to call; this one gives it a person. The practical value is the setup command — it configures Claude Code, Codex and Gemini in one pass, so the hand-off is available before you need it rather than after you have already burned an hour.

What it is

A CLI that installs an MCP server connecting your coding agent to CodeVF's human engineers. One setup command wires it into Claude Code, Codex and Gemini, and from then on the agent can hand work across.

What you get
  • `npx codevf setup` authenticates over OAuth and writes the Claude Code config for you
  • Slash commands installed into Claude Code, including `/cvf` to force a hand-off
  • `codevf mcp stdio` for clients that launch a command
  • `codevf mcp http --port 3333` for clients that want an HTTP/SSE endpoint
  • A default project selected at setup, so requests carry context
Requirements

Node.js 18+ and an internet connection; install with `npx codevf` (package `codevf`, version 1.0.12). Setup signs you in over OAuth, so you need a CodeVF account. The backend URL can be overridden with `--base-url` or `CODEVF_API_URL`. Commercial license.

Setup effort

One command — npx codevf