Skip to content
Cursor

spec driven development for Cursor

io.github.formulahendry/spec-driven-development

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

client:Cursor transport:stdio runtime:npm

Install spec driven development in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

spec driven development in other clients