Skip to content
Cursor

sdd mcp for Cursor

io.github.juanklagos/sdd-mcp

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

client:Cursor transport:stdio runtime:npm

Install sdd mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sdd-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@juanklagos/sdd-mcp"
      ],
      "env": {
        "SDD_PROJECT_ROOT": "<SDD_PROJECT_ROOT>",
        "SDD_WORKSPACES_ROOT": "<SDD_WORKSPACES_ROOT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

sdd mcp in other clients