Labsco
codevfllc logo

CodeVF MCP

β˜… 1

from codevfllc

CodeVF MCP lets AI hand off problems to real engineers instantly, so your workflows don’t stall when models hit their limits.

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedFreeQuick setup

CodeVF CLI

Connect Claude Code, Codex, or Gemini to live human engineers.

Commands

npx codevf setup

Configure MCP server integration with Claude Code, Codex, and Gemini:

  • Authenticate with CodeVF using OAuth
  • Auto-configure Claude Code's ~/.claude.json file
  • 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:3000

You can also set CODEVF_API_URL for the same effect.

codevf mcp stdio

Start the MCP server for non-Claude clients:

  • codevf mcp stdio - Launch MCP over stdio (command/args-based clients)

codevf mcp http --port 3333

Start the MCP server over HTTP/SSE for non-Claude clients:

  • codevf mcp http --port 3333 - Launch MCP over HTTP/SSE (shows endpoints)

Support