CodeVF MCP
CodeVF MCP lets AI hand off problems to real engineers instantly, so your workflows don’t stall when models hit their limits.
CodeVF CLI
Connect Claude Code, Codex, or Gemini to live human engineers.
Install
npx codevf
Quick Start (Claude Code)
npx codevf setup- In Claude Code, type
claude - It works out of the box
Use /cvf in Claude Code to force CodeVF.
Quick Start (Codex)
npx codevf setup- In Codex, type
codex - It works out of the box
Use /mcp in Codex to confirm CodeVF is connected.
Quick Start (Gemini)
npx codevf setup- In Gemini, restart the client
- It works out of the box
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.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: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)
Requirements
- Node.js 18+
- Claude Code (Desktop App)
- Internet connection
Support
- Documentation: http://codevf.com/mcp
- Issues: https://github.com/codevf/cli/issues
- Email: [email protected]
License
Commercial license — see LICENSE.
Servidores relacionados
Scout Monitoring MCP
patrocinadorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
patrocinadorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Comet Opik
Query and analyze your Opik logs, traces, prompts and all other telemtry data from your LLMs in natural language.
App Store Rejections MCP
Catch App Store rejections before they happen
Tauri Development MCP Server
Build, test, and debug mobile and desktop apps with the Tauri framework faster with automated UI interaction, screenshots, DOM state, and console logs from your app under development.
MCP SSH Server
Securely execute remote commands and perform file operations over SSH, with support for both password and key-based authentication.
Artificial Analysis
An unofficial MCP server for the Artificial Analysis API
Postman MCP Server
Interact with the Postman API via an MCP server. Requires a Postman API key.
Remote MCP Server Authless
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
Chrome Debug MCP Server
Control Chrome with debugging capabilities, userscript injection, and extension support.
MCP Docs Server
Provides direct access to local documentation files through a context.md file in the project root.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers, without authentication.