speckitmcp
Integrates with GitHub's Spec-Kit to provide a full Spec-Driven Development workflow, enabling specification authoring, planning, task management, analysis, and conversion of tasks to GitHub issues.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@speckitmcpCreate a feature spec for login"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Overview
speckitmcp bridges GitHub's Spec-Kit toolkit with any MCP-compatible AI assistant — Claude Code, Cursor, VS Code Copilot, Windsurf, and more.
It exposes the full Spec-Driven Development (SDD) workflow as MCP tools, resources, and prompts, so your AI agent can:
Initialize and manage spec-kit projects
Author specifications, technical plans, and task breakdowns
Track implementation progress and mark tasks complete
Validate cross-artifact consistency with a 6-pass analysis engine
Generate quality checklists and convert tasks to GitHub issues
All without leaving your editor.
Related MCP server: jt-mcp-server
Quick Start
Prerequisites
Requirement | Install |
Node.js 18+ | |
spec-kit CLI |
|
Install & Build
git clone https://github.com/jthom233/speckitmcp.git
cd speckitmcp
npm install
npm run buildConnect to Your AI Agent
Add to ~/.claude/settings.json (global) or .claude/settings.json (project):
{
"mcpServers": {
"spec-kit": {
"command": "node",
"args": ["/absolute/path/to/speckitmcp/dist/index.js"]
}
}
}Add to .cursor/mcp.json in your project root:
{
"mcpServers": {
"spec-kit": {
"command": "node",
"args": ["/absolute/path/to/speckitmcp/dist/index.js"]
}
}
}Add to .vscode/mcp.json in your project root:
{
"servers": {
"spec-kit": {
"command": "node",
"args": ["/absolute/path/to/speckitmcp/dist/index.js"]
}
}
}Point your client's MCP configuration at:
node /absolute/path/to/speckitmcp/dist/index.jsThe server communicates over stdio using the standard MCP JSON-RPC protocol.
Tools
The server exposes 13 tools that map to every phase of the SDD workflow:
Tool | Description |
| Initialize spec-kit project structure |
| Check spec-kit installation and system prerequisites |
| Get spec-kit CLI version |
| View project status with task completion stats |
| Read, create, or update project constitution with optional version bumping |
| Create feature spec with template loading, script integration, and auto-generated quality checklist |
| Multi-phase planning (research, design, plan) with spec prerequisite and constitution gate |
| Generate user-story-organized task lists (requires spec.md and plan.md) |
| Read tasks/docs, mark tasks complete with checklist gate, or add notes |
| Scan spec.md for ambiguities (9 categories, max 5 questions) or answer them inline |
| Read-only 6-pass analysis: duplication, ambiguity, underspecification, constitution alignment, coverage gaps, inconsistency |
| Generate requirement quality checklists (spec quality, not implementation) in checklists/ subdirectory |
| Convert tasks.md to GitHub issues (dry-run by default) |
Key Features
Script integration — Platform-aware bash/powershell helper scripts invoked automatically
Template loading — Loads templates from
.specify/templates/with embedded fallbacksPrerequisites checking — Tools verify prior artifacts exist before proceeding
Constitution gate — Planning phase reads the project constitution as mandatory context
Checklist gate — Implementation checks for incomplete checklist items before marking tasks done
6-pass analysis engine — Catches duplication, ambiguity, underspecification, constitution violations, coverage gaps, and inconsistencies
GitHub issue creation — Convert a tasks.md file into GitHub issues via
speckit_tasks_to_issues
Resources
The server exposes spec-kit project files as read-only MCP resources:
URI | Content |
| Project constitution |
| Spec-kit templates |
| Feature specification |
| Implementation plan |
| Task list |
| Research notes |
| Data model |
| Quickstart guide |
| Quality checklists |
| API contracts |
Prompts
Ten built-in prompts guide your AI agent through each SDD phase:
Prompt | Purpose |
| End-to-end walkthrough of the full SDD lifecycle |
| Structured feature specification authoring |
| Guided ambiguity resolution |
| Technical planning with architecture and stack decisions |
| Task breakdown with phasing, dependencies, and parallelism |
| Task execution and progress tracking |
| Requirement quality checklist generation |
| Cross-artifact consistency validation |
| Guided creation of project principles and governance |
| Convert tasks to GitHub issues |
The SDD Workflow
init → constitution → specify → clarify → plan → tasks → checklist → analyze → implement → tasks_to_issuesInit —
speckit_init— Scaffold the project with.specify/templatesConstitution —
speckit_constitution— Define project principles and governance before specifyingSpecify —
speckit_specify— Define requirements as prioritized user stories with template loadingClarify —
speckit_clarify— Scan for and resolve ambiguities before committing to a planPlan —
speckit_plan— Multi-phase planning gated on project constitutionTasks —
speckit_tasks— Generate user-story-organized task lists with prerequisites checkChecklist —
speckit_checklist— Generate requirement quality checklistsAnalyze —
speckit_analyze— 6-pass validation of spec / plan / tasks alignmentImplement —
speckit_implement— Track completion with checklist gate and regex-safe markingTasks to Issues —
speckit_tasks_to_issues— Push tasks to GitHub as issues
Project Structure
src/
├── index.ts # Entry point — stdio transport
├── server.ts # MCP server — handler registration
├── cli.ts # spec-kit CLI wrapper (child_process)
├── tools/
│ ├── index.ts # Tool registry
│ ├── init.ts # speckit_init
│ ├── check.ts # speckit_check
│ ├── version.ts # speckit_version
│ ├── status.ts # speckit_status
│ ├── constitution.ts # speckit_constitution
│ ├── specify.ts # speckit_specify
│ ├── plan.ts # speckit_plan
│ ├── tasks.ts # speckit_tasks
│ ├── implement.ts # speckit_implement
│ ├── clarify.ts # speckit_clarify
│ ├── analyze.ts # speckit_analyze
│ ├── checklist.ts # speckit_checklist
│ └── tasks-to-issues.ts # speckit_tasks_to_issues
├── resources/
│ └── index.ts # MCP resource handlers
└── prompts/
└── index.ts # SDD workflow promptsDevelopment
npm install # Install dependencies
npm run build # Compile TypeScript → dist/
npm run dev # Watch mode (rebuild on change)Manual Smoke Test
echo '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"test","version":"1.0"}}}' | node dist/index.jsYou should see a JSON-RPC response with serverInfo.name: "spec-kit-mcp".
Tech Stack
Layer | Choice |
Language | TypeScript 5 (strict mode, ESM) |
Runtime | Node.js 18+ |
Protocol | |
Validation | |
Transport | stdio (JSON-RPC 2.0) |
CLI Integration | Node.js |
Contributing
Contributions are welcome! Please open an issue first to discuss what you'd like to change.
Fork the repo
Create a feature branch (
git checkout -b feat/my-feature)Commit your changes
Push to your fork and open a Pull Request
License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jthom233/speckitmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server