mcp-server-spec-driven-development
MCP Server that facilitates spec-driven development workflows, not just Vibe Coding.
The Spec-Driven Development MCP Server enables developers to follow a structured approach to software development. It provides prompts that guide users through the entire process, starting from requirements generation to design and finally code implementation. By utilizing the EARS format for requirements documentation, it ensures that the generated documents are clear and standardized. In addition to generating requirements, the server also assists in creating design documents based on those requirements. This systematic approach helps maintain consistency and clarity throughout the development lifecycle. Ultimately, the server aims to streamline the development process, making it easier for developers to produce high-quality software efficiently.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"spec-driven-development": {
"args": [
"-y",
"mcp-server-spec-driven-development"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions