loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

forgespec-mcp

MCP Tool

lleontor705/forgespec-mcp

MCP Server for Spec-Driven Development (SDD) — contract validation, task board, and file reservation for multi-agent AI systems

Install

$ npx loaditout add lleontor705/forgespec-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "forgespec-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "forgespec-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

forgespec-mcp

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.

Features
  • SDD Contract Validation — Enforce typed contracts across a 9-phase development pipeline
  • Task Board — SQLite-backed task management with dependency tracking and auto-unblocking
  • File Reservation — Advisory file locking to prevent multi-agent conflicts
Quick Start
Using npx (no installation required)
npx -y forgespec-mcp
Install globally
npm install -g forgespec-mcp
Configuration
Claude Code
claude mcp add forgespec --transport stdio -- npx -y forgespec-mcp
Codex CLI (~/.codex/config.toml)
[mcp_servers.forgespec]
command = "npx"
args = ["-y", "forgespec-mcp"]
Gemini CLI (settings.json)
{
  "mcpServers": {
    "forgespec": {
      "command": "npx",
      "args": ["-y", "forgespec-mcp"]
    }
  }
}
OpenClaw (openclaw.json)
mcp: {
  servers: {
    forgespec: { command: "npx", args: ["-y", "forgespec-mcp"] }
  }
}
Tools
SDD Contract Tools

| 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 |

Task Board Tools

| 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

Tags

aimcpmodel-context-protocolmulti-agentsddspec-driven-developmenttask-board

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated17 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/29/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/lleontor705/forgespec-mcp)](https://loaditout.ai/skills/lleontor705/forgespec-mcp)