
Spec-Kit MCP Go
Supports UIby ahanoff
Bridges Amazon Q Developer to Microsoft's Spec-Kit for spec-driven development workflows.
What it does
Spec-Kit MCP Go enables a spec-driven development cycle by connecting AI assistants to Microsoft's Spec-Kit. It allows developers to move from natural language requirements to formal feature specifications, implementation plans, and finally to generated code, ensuring a structured and verifiable development process.
Tools
init_project: Initializes a new Spec-Kit project structure.specify: Converts natural language requirements into formal feature specifications.plan: Generates a technical implementation plan based on a specification.implement: Generates the actual source code from the approved specification and plan.analyze: Provides insights and state analysis of the current project.tasks: Decomposes the implementation plan into a list of actionable tasks.
Installation
Add the following to your MCP configuration:
{
"mcpServers": {
"spec-kit": {
"command": "/path/to/spec-kit-mcp-go",
"args": [],
"env": {
"SPEC_KIT_WORKING_DIR": "/path/to/your/projects"
}
}
}
}
Supported hosts
Designed for Amazon Q Developer and other MCP-compatible clients.
Quick install
./build.shInformation
- Pricing
- free
- Published
- 5/28/2026






