mcp-server-sdlc

Wave-Engineering/mcp-server-sdlc
★ 0 stars TypeScript 🤖 AI/LLM Updated today
SDLC workflow MCP server for Claude Code agents
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-sdlc": {
      "command": "npx",
      "args": [
        "-y",
        "Wave-Engineering/mcp-server-sdlc"
      ]
    }
  }
}

README Excerpt

SDLC workflow MCP server for Claude Code agents. - [Bun](https://bun.sh) >= 1.0 - A `GITHUB_TOKEN` or `GITLAB_TOKEN` environment variable (required for tools that interact with GitHub/GitLab APIs) 1. **Install the binary:** ```bash curl -fsSL https://raw.githubusercontent.com/Wave-Engineering/mcp-server-sdlc/main/scripts/install-remote.sh | bash

Tools (1)

my_tool