Skip to content

spec driven development for Cline

io.github.formulahendry/spec-driven-development

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

client:Cline transport:stdio runtime:npm

Install spec driven development in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

spec driven development in other clients