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.
관련 서버
Alpha Vantage MCP Server
스폰서Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
B12 Website Generator
An AI-powered website generator from B12, requiring no external data files.
Secure Agent Workspace
A sandboxed, agentic workspace providing secure filesystem, bash, and uv-powered Python execution.
Deephaven MCP
MCP servers for Deephaven to orchestrate data workers and power documentation Q&A with LLMs, enabling AI-driven data workflows.
MLflow Prompt Registry
Access prompt templates managed in an MLflow Prompt Registry. Requires a running MLflow server configured via the MLFLOW_TRACKING_URI environment variable.
NestJS MCP Server Module
A NestJS module for building MCP servers to expose tools and resources for AI, with support for multiple transport types.
Authless Remote MCP Server on Cloudflare
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
MCP JS Debugger
Debug JavaScript and TypeScript applications through the Chrome DevTools Protocol with full source map support.
Croft Laravel
A local MCP server for Laravel developers to boost productivity with artisan commands.
Mobile Next
A platform-agnostic server for scalable mobile automation and development across iOS, Android, simulators, and emulators.
Remote MCP Server (Authless)
An example of a remote MCP server without authentication, deployable on Cloudflare Workers.