Vibe Coding Framework MCP — LLM-agnostic lifecycle tooling (capture → spec → plan → build → test → review → ship). Server + CLI.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"vcf-cli": {
"command": "npx",
"args": [
"-y",
"Kaelith-Labs/vcf-cli"
]
}
}
}
Run in terminal:
claude mcp add vcf-cli npx -y Kaelith-Labs/vcf-cli
Add to .cursor/mcp.json:
{
"mcpServers": {
"vcf-cli": {
"command": "npx",
"args": [
"-y",
"Kaelith-Labs/vcf-cli"
]
}
}
}