← Back to Plugins
MCP Server MCP

io.github.juanklagos/sdd-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @juanklagos/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@juanklagos/sdd-mcp",
      "version": "2.6.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to the SDD workspace (project with specs/ or a spec/ sidecar). Defaults to the current working directory.",
          "name": "SDD_PROJECT_ROOT"
        },
        {
          "description": "Where sdd_create_workspace creates ./www/<project-name>. Defaults to the current working directory.",
          "name": "SDD_WORKSPACES_ROOT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...