MCP Directory
Back

gsd-plugin

by jnuyens · TypeScript · ★ 71

A structured plan/execute/verify coding workflow for Claude Code: atomic commits, MCP-backed project state, ~92% lower per-turn token overhead, cross-session memory, and native convention + drift-detection safeguards. A Claude Code-native evolution of GSD (Get Shit Done), VibeDrift, and so much more, to generate production-ready projects.

Install

npx -y github:jnuyens/gsd-plugin

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "gsd-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "github:jnuyens/gsd-plugin"
      ]
    }
  }
}

From the README

**Plugin version:** **GSD Plugin for Claude Code** ensures your coding work gets done in a systematic, structured way. It prompts you only for the important design and architectural decisions that actually need your judgment, and it splits each step into its own focused subcontext so token use stays optimised across long projects. Under the hood, a performance-optimized plugin evolution of [GSD](https://github.com/open-gsd/get-shit-done-redux) for Claude Code: reduces per-turn token overhead by ~92%, adds MCP-backed project state, auto-resumes across , and bundles everything into a single-i…
Read full README on GitHub →

Related other servers