Skip to content
VS Code

spec driven development for VS Code

io.github.formulahendry/spec-driven-development

MCP Server that facilitates spec-driven development workflows, not just Vibe Coding.

client:VS Code transport:stdio runtime:npm

Install spec driven development in VS Code

.vscode/mcp.json

{
  "servers": {
    "spec-driven-development": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-spec-driven-development"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

spec driven development in other clients