Kiro Spec Driven Development
БесплатноНе проверенKiro inspired Spec-Driven Development MCP Server, no just Vibe Coding
Описание
Kiro inspired Spec-Driven Development MCP Server, no just Vibe Coding
README
NPM Downloads Install in VS Code
Model Context Protocol (MCP) server that facilitates spec-driven development workflows by providing structured prompts for generating requirements, design documents, and code following a systematic approach.
🎯 Purpose
This MCP server enables developers to follow a structured spec-driven development approach by providing prompts that guide you through:
- Requirements Generation - Create detailed requirements documents using the EARS (Easy Approach to Requirements Syntax) format
- Design Generation - Generate design documents based on requirements
- Tasks Generation - Generate implementation code based on design documents
✨ Features
- Structured Workflow: Follows a clear progression from requirements → design → code
- EARS Format Support: Uses industry-standard EARS format for requirements documentation
- MCP Protocol: Integrates seamlessly with MCP-compatible tools and environments
🚀 Quick Start
Prerequisites
- Node.js 20+
Installation
Install the MCP server in VS Code using below buttons:
Install in VS Code Install in VS Code Insiders
Alternatively, you can add configuration in mcp.json:
{
"servers": {
"spec-driven": {
"command": "npx",
"args": [
"-y",
"mcp-server-kiro-spec-driven-development@latest"
]
}
}
}
📋 Available Prompts
1. Generate Requirements Document
- Name:
generate-requirements - Description: Generate requirements.md using EARS format
- Input: High-level requirements of the application. Example: 'A Vue.js todo application with task creation, completion tracking, and local storage persistence'
- Output: Structured requirements document in
.project/specs/requirements.md
2. Generate Design from Requirements
- Name:
generate-design-from-requirements - Description: Generate design.md from requirements.md
- Input: Reads from
.project/specs/requirements.md - Output: Design document in
.project/specs/design.md
3. Generate Tasks from Design
- Name:
generate-tasks-from-design - Description: Generate tasks.md from design.md
- Input: Reads from
.project/specs/design.md - Output: Tasks document in
.project/specs/tasks.md
📖 Workflow Example
- Start with Requirements: Use the
generate-requirementsprompt with your initial requirements text - Create Design: Use
generate-design-from-requirementsto create a design document based on your requirements - Generate Code: Use
generate-tasks-from-designto generate implementation code from your design
This creates a traceable path from requirements through design to implementation, ensuring consistency and completeness in your development process.
🙏 Acknowledgements
This project builds upon the original work by formulahendry and the repository mcp-server-spec-driven-development. Their foundational contributions are gratefully recognized.
from github.com/robin-collins/mcp-server-kiro-spec-driven-development
Установка Kiro Spec Driven Development
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/robin-collins/mcp-server-kiro-spec-driven-developmentFAQ
Kiro Spec Driven Development MCP бесплатный?
Да, Kiro Spec Driven Development MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Kiro Spec Driven Development?
Нет, Kiro Spec Driven Development работает без API-ключей и переменных окружения.
Kiro Spec Driven Development — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Kiro Spec Driven Development в Claude Desktop, Claude Code или Cursor?
Открой Kiro Spec Driven Development на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Kiro Spec Driven Development with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
