lleontor705/forgespec-mcp
MCP Server for Spec-Driven Development (SDD) — contract validation, task board, and file reservation for multi-agent AI systems
Platform-specific configuration:
{
"mcpServers": {
"forgespec-mcp": {
"command": "npx",
"args": [
"-y",
"forgespec-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP Server for Spec-Driven Development (SDD) — contract validation, task board management, and file reservation for multi-agent AI systems.
Works with any MCP-compatible client: Claude Code, Codex CLI, Gemini CLI, OpenClaw, and more.
npx -y forgespec-mcpnpm install -g forgespec-mcpclaude mcp add forgespec --transport stdio -- npx -y forgespec-mcp~/.codex/config.toml)[mcp_servers.forgespec]
command = "npx"
args = ["-y", "forgespec-mcp"]settings.json){
"mcpServers": {
"forgespec": {
"command": "npx",
"args": ["-y", "forgespec-mcp"]
}
}
}openclaw.json)mcp: {
servers: {
forgespec: { command: "npx", args: ["-y", "forgespec-mcp"] }
}
}| Tool | Description | |------|-------------| | sdd_validate | Validate an SDD contract against phase schema | | sdd_save | Validate and persist a contract | | sdd_history | Get phase transition history for a project | | sdd_phases | Get all phases with transitions and confidence thresholds |
| Tool | Description | |------|-------------| | board_create | Create a new task board | | board_status | Get board status with tasks grouped by status | | board_list | List all boards | | task_add | Add a task with priority, spec ref, and acceptance criteria | | task_claim | Claim a task (checks dependencies) | | task_update | Update task status (auto-unblocks dependents) | | `t
Loading reviews...