Developer Tools
Trust: 35/100 (Limited)io.github.formulahendry/spec-driven-development Guide
MCP Server that facilitates spec-driven development workflows, not just Vibe Coding.
427 starsby formulahendry
Quick Start
Install
npx mcp-server-spec-driven-developmentClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-formulahendry-spec-driven-development": {
"command": "npx",
"args": [
"mcp-server-spec-driven-development"
]
}
}
}