An AI-powered development workflow MCP server that guides you from requirements to code implementation.
Features
Complete Development Workflow: From goal collection to task execution
AI-Powered Guidance: Step-by-step instructions for each development phase
Template-Based: Uses proven templates for requirements, design, and tasks
Claude Integration: Seamlessly integrates with Claude Code
Installation
Server Config
{
"mcpServers": {
"vibedev-specs": {
"command": "npx",
"args": [
"vibedev-specs-mcp@latest"
],
"env": {},
"disabled": false
}
}
}