← Index

io.github.formulahendry/spec-driven-development

io.github.formulahendry/spec-driven-development·v0.1.1·Cloud Storage
Quality Score
66
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "spec-driven-development": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-spec-driven-development"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "spec-driven-development": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-spec-driven-development"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-server-spec-driven-development
§03  MCP Quality Score  ·  methodology
freshness
11
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Cloud Storage