CodeVF MCP
CodeVF MCP lets AI hand off problems to real engineers instantly, so your workflows don’t stall when models hit their limits.
Ads
Overview
Connect Claude Code, Codex, or Gemini to live human engineers. 1. npx codevf setup 2. In Claude Code, type claude 3. It works out of the box Use /cvf in Claude Code to force CodeVF. 1. npx codevf setup 2. In Codex, type codex 3. It works out of the box Use /mcp in Codex to confirm CodeVF is connected. 1. npx codevf setup 2. In Gemini, restart the client 3. 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.json file - Create Claude Code slash commands for CodeVF - Select default project for context
Installation
npx codevf
Configuration
Configuration example is not available yet.
Capabilities
- Set up the MCP integration
Run `npx codevf setup` to authenticate via OAuth and auto-configure your AI coding client.
- Start the MCP server over stdio
Launch `codevf mcp stdio` for command-based clients that connect via standard input/output.
- Start the MCP server over HTTP
Run `codevf mcp http --port 3333` to expose the server via HTTP/SSE for remote or web-based clients.
- Override the backend URL
Pass `--base-url` during setup or set `CODEVF_API_URL` to point the CLI at a custom backend.
Tags
- development
- workflow-automation
- ai-agent
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.