citadel-sdd

Citadel-Inc/citadel-sdd
★ 2 stars TypeScript 🤖 AI/LLM Updated today
MCP server for the full Spec-Driven Development lifecycle — 20 atomic tools from DRAFT to DONE, for Citadel, Bastion, and public agent workflows.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "citadel-sdd": {
      "command": "npx",
      "args": [
        "-y",
        "Citadel-Inc/citadel-sdd"
      ]
    }
  }
}

README Excerpt

<h1 align="center">citadel-sdd</h1> <div align="center"> </div> --- Agent workflows break down at the seams between lifecycle events — status flips, task-table updates, index rows, commit authoring, and `git mv` all have to happen together or the spec tree drifts. citadel-sdd collapses that work into one atomic MCP call per event, so a spec claim, close, or handoff is a single tool invocation rather than a coordinated sequence of ~15 hand-edits.

Topics

buncitadeldeveloper-toolsmcpspec-driven-developmenttypescript