gstack (MCP Server)

GitHub

Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA

128,099 stars TypeScript MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "gstack": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-gstack"
      ]
    }
  }
}