squad-mcp

ggemba/squad-mcp
★ 0 stars TypeScript AI/LLM Updated 1mo ago
MCP server for squad-dev workflow: classification, risk scoring, agent selection, advisory orchestration
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": {
    "squad-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ggemba/squad-mcp"
      ]
    }
  }
}

README Excerpt

MCP server that exposes the `squad-dev` workflow as deterministic tools, prompts, and resources. It classifies a task, scores its risk, picks an advisory squad of specialist reviewers, slices the changed files per agent, validates the plan, and consolidates the advisory verdicts. The host LLM (Claude Code, Cursor, Warp, Claude Desktop, …) orchestrates; `squad-mcp` provides the building blocks.

Tools (12)

apply_consolidation_rulesclassify_work_typecompose_advisory_bundlecompose_squad_workflowdetect_changed_filesget_agent_definitioninit_local_configlist_agentsscore_riskselect_squadslice_files_for_agentvalidate_plan_text