Spec-Driven Development MCP Server, not just Vibe Coding
# Add to your Claude Code skills
git clone https://github.com/formulahendry/mcp-server-spec-driven-developmentModel Context Protocol (MCP) server that facilitates spec-driven development workflows by providing structured prompts for generating requirements, design documents, and code following a systematic approach.
<a href="https://glama.ai/mcp/servers/@formulahendry/mcp-server-spec-driven-development"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@formulahendry/mcp-server-spec-driven-development/badge" alt="Spec-Driven Development Server MCP server" /> </a>This MCP server enables developers to follow a structured spec-driven development approach by providing prompts that guide you through:
Install the MCP server in VS Code using below buttons:
Alternatively, you can add configuration in mcp.json:
{
"servers": {
"spec-driven": {
"command": "npx",
"args": [
"-y",
"mcp-server-spec-driven-development@latest"
]
}
}
}
Install the MCP server in Cursor using be...