vcf-cli

Kaelith-Labs/vcf-cli
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
Vibe Coding Framework MCP — LLM-agnostic lifecycle tooling (capture → spec → plan → build → test → review → ship). Server + CLI.
View on GitHub →

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"
      ]
    }
  }
}