mcpbeat Sign in

Sdd MCP Server

by juanklagos Your server? Claim it
local only

Sdd MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 97 installs a week from npm. Last commit 31 Aug 2026.

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

Installs per day peak 257 · avg 32 · +32% w/w
a month agotoday
97
Installs / week
npm · @juanklagos/sdd-mcp
17
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add sdd-mcp -- npx -y @juanklagos/sdd-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sdd-mcp": {
      "args": [
        "-y",
        "@juanklagos/sdd-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sdd-mcp]
command = "npx"
args = ["-y", "@juanklagos/sdd-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "sdd-mcp": {
      "args": [
        "-y",
        "@juanklagos/sdd-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sdd-mcp": {
      "args": [
        "-y",
        "@juanklagos/sdd-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: 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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Sdd MCP

same job, measured the same way
Spec Driven Development
by formulahendry

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

48 installs/wk local only
FlyDocs
by flydocs

Spec-driven development workflow for AI agents: issue lifecycle, sessions, project updates.

969 installs/wk local only
MCP Probe Kit
by mybolide

Spec-driven dev workflow MCP: start_* orchestration, memory, GitNexus, quality gates.

211 installs/wk local only
Godot MCP
by tugcantopaloglu

MCP server for full Godot 4.x engine control with 165 tools for AI-driven game development

92 installs/wk local only
junai Pipeline MCP
by saajunaid

Agentic pipeline orchestration MCP server for AI-driven development workflows.

205 installs/wk local only
D
Ceraph
by ceraph

MCP server for agent-driven React Native and Expo development and mobile testing

656 installs/wk local only
Plori
by plori

Create and drive plori cloud agents and workflows over MCP; each agent has its own environment.

answering
acrawl
by mingye-lu

Autonomous web crawler. 17 browser tools + goal-driven run_goal agent. Single binary, stealth.

local only

Sdd MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Sdd MCP?
Sdd MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @juanklagos/sdd-mcp was installed 97 times last week.
How do I connect Sdd MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @juanklagos/sdd-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Sdd MCP?
The npm package @juanklagos/sdd-mcp was installed 97 times in the last week. Week over week that is +32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sdd MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 17 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.