Odel
spec driven development template

spec driven development template

Local
@juanklagos15TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted β€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@juanklagos/sdd-mcpv2.8.0

Run

npx -y @juanklagos/sdd-mcp

MCP client config

{
  "mcpServers": {
    "spec-driven-development-template": {
      "command": "npx",
      "args": [
        "-y",
        "@juanklagos/sdd-mcp"
      ]
    }
  }
}