Bring Codve verification directly into Claude Desktop and Cursor AI. Verify code, generate specifications, and auto-fix bugs without leaving your IDE.
Model Context Protocol is an open standard that enables AI assistants like Claude to securely connect to external tools and data sources.
Claude and Cursor can call Codve APIs directly from chat
Get verification results instantly without switching contexts
Verify, fix, and re-verify code all within your AI assistant
Verify code correctness using 5 independent strategies
Automatically fix bugs found during verification
Generate formal specifications from code or requirements
Full specification lifecycle management
# Install from npm
npm install -g @codve/mcp-server
# Or run directly with npx
npx @codve/mcp-server
# Configure Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"codve": {
"command": "npx",
"args": ["@codve/mcp-server"],
"env": {
"CODVE_API_TOKEN": "your-api-key"
}
}
}
}Install the MCP Server and start verifying code directly from Claude or Cursor.