Spec Driven Development Template
Rank #2,900io.github.juanklagos/sdd-mcp
Spec-Driven Development workflow: specs, plans, gates, status and logbook tools. Bilingual EN/ES.
Spec Driven Development Template is a Model Context Protocol (MCP) server published by juanklagos. It ranks #2,900 of 132,046 servers tracked on MCP Toplist, and its repository has 17 GitHub stars. Spec Driven Development Template is listed on Official MCP, with 9 tracked versions. It was first listed on Mar 18, 2026 and most recently updated on Aug 25, 2026.
Ranks ahead of 129,146 of 132,046 servers on MCP Toplist.
Use Spec Driven Development Template
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add sdd-mcp -e "SDD_PROJECT_ROOT=<your SDD_PROJECT_ROOT>" -e "SDD_WORKSPACES_ROOT=<your SDD_WORKSPACES_ROOT>" -- npx -y @juanklagos/sdd-mcpReplace each placeholder with your own value before saving.
[mcp_servers.sdd-mcp]
command = "npx"
args = ["-y", "@juanklagos/sdd-mcp"]
[mcp_servers.sdd-mcp.env]
SDD_PROJECT_ROOT = "<your SDD_PROJECT_ROOT>"
SDD_WORKSPACES_ROOT = "<your SDD_WORKSPACES_ROOT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sdd-mcp": {
"command": "npx",
"args": [
"-y",
"@juanklagos/sdd-mcp"
],
"env": {
"SDD_PROJECT_ROOT": "<your SDD_PROJECT_ROOT>",
"SDD_WORKSPACES_ROOT": "<your SDD_WORKSPACES_ROOT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sdd-mcp": {
"command": "npx",
"args": [
"-y",
"@juanklagos/sdd-mcp"
],
"env": {
"SDD_PROJECT_ROOT": "<your SDD_PROJECT_ROOT>",
"SDD_WORKSPACES_ROOT": "<your SDD_WORKSPACES_ROOT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sdd-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@juanklagos/sdd-mcp"
],
"env": {
"SDD_PROJECT_ROOT": "<your SDD_PROJECT_ROOT>",
"SDD_WORKSPACES_ROOT": "<your SDD_WORKSPACES_ROOT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sdd-mcp": {
"command": "npx",
"args": [
"-y",
"@juanklagos/sdd-mcp"
],
"env": {
"SDD_PROJECT_ROOT": "<your SDD_PROJECT_ROOT>",
"SDD_WORKSPACES_ROOT": "<your SDD_WORKSPACES_ROOT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sdd-mcp": {
"command": "npx",
"args": [
"-y",
"@juanklagos/sdd-mcp"
],
"env": {
"SDD_PROJECT_ROOT": "<your SDD_PROJECT_ROOT>",
"SDD_WORKSPACES_ROOT": "<your SDD_WORKSPACES_ROOT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.juanklagos%2Fsdd-mcp)<a href="https://mcptoplist.com/server/io.github.juanklagos%2Fsdd-mcp"><img src="https://mcptoplist.com/badge/io.github.juanklagos%2Fsdd-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
juanklagos
Available versions (9)
| Version | Published |
|---|---|
| 2.8.0 | Aug 25, 2026 |
| 2.7.0 | Aug 25, 2026 |
| 2.6.0 | Aug 20, 2026 |
| 2.3.0 | Aug 8, 2026 |
| 2.2.1 | Jul 22, 2026 |
| 2.1.0 | Jul 22, 2026 |
| 2.0.0 | Jul 21, 2026 |
| 1.7.0 | Jul 21, 2026 |
| 1.5.1 | Jul 20, 2026 |
Frequently asked questions
- Who maintains Spec Driven Development Template?
- Spec Driven Development Template is maintained by juanklagos, which publishes 1 MCP server (9 total versions) tracked on MCP Toplist.
- Is Spec Driven Development Template listed on the Official MCP Registry?
- Yes — Spec Driven Development Template is listed on the Official MCP Registry.
- How many versions does Spec Driven Development Template have?
- MCP Toplist tracks 9 versions of Spec Driven Development Template, most recently published on Aug 25, 2026.
- Where can I find the source code for Spec Driven Development Template?
- The source code for Spec Driven Development Template is hosted at github.com/juanklagos/spec-driven-development-template.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.