Home › Other › spec-driven-development-template

spec-driven-development-template

Spec-Driven Development workflow: specs, plans, gates, status and logbook tools. Bilingual EN/ES.

TypeScript
★ 17 stars Last pushed 2026-08-30 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.8.0)

npx -y @juanklagos/sdd-mcp@2.8.0

Or add to your MCP client config:

{
  "mcpServers": {
    "spec-driven-development-template": {
      "command": "npx",
      "args": [
        "-y",
        "@juanklagos/sdd-mcp@2.8.0"
      ],
      "env": {
        "SDD_PROJECT_ROOT": "<YOUR_VALUE>",
        "SDD_WORKSPACES_ROOT": "<YOUR_VALUE>"
      }
    }
  }
}
  • SDD_PROJECT_ROOT — Path to the SDD workspace (project with specs/ or a spec/ sidecar). Defaults to the current working directory.
  • SDD_WORKSPACES_ROOT — Where sdd_create_workspace creates ./www/<project-name>. Defaults to the current working directory.

Related servers

Data from the Official MCP Registry