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).
Run
npx -y @juanklagos/sdd-mcp
MCP client config
{
"mcpServers": {
"spec-driven-development-template": {
"command": "npx",
"args": [
"-y",
"@juanklagos/sdd-mcp"
]
}
}
}