Skip to content

TokenRollAI/SPEC-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPEC-mcp

By DJJ & Danniel

中文版本 | English Version

Mimicking kiro's SPEC pattern, following the workflow: Requirements -> Design -> Attention -> TODO -> Implementation

Usage

Add MCP Server

{
    "mcpServers": {
        "spec-mcp": {
            "command": "uvx",
            "args": [
                "mcp-spec@latest"
            ]
        }
    }
}

Generate Specification Documents

For example, input:

The key is the last sentence: call generate_spec

A web application focused on emotion recording and healing experience, helping users improve mental health and self-awareness through daily mood tracking, diary writing, and data analysis.
Users can record daily mood states, write diaries, upload multimedia content, and understand their emotional change trends through visual data analysis.
The goal is to provide users with a warm and safe digital space to promote emotional management and psychological healing.
MVP doesn't need login/registration features

call generate_spec

Get Specification Documents

call get_spec

Local Development

git clone https://github.com/TokenRollAI/SPEC-mcp.git

cd SPEC-mcp

uv sync

Publish

uv run python -m build

uv run twine upload dist/*

About

kiro SPEC mode impl by mcp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages