spec driven development for Windsurf
io.github.formulahendry/spec-driven-development
MCP Server that facilitates spec-driven development workflows, not just Vibe Coding.
client:Windsurf
transport:stdio
runtime:npm
Install spec driven development in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"spec-driven-development": {
"command": "npx",
"args": [
"-y",
"mcp-server-spec-driven-development"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs