vibe-workflow-mcp
Verified Safeby Ch1nyzzz
Overview
Automates AI-assisted software development workflows by managing project initialization, documentation (PRD/GDD, tech stack, architecture, changelog), and progress tracking within a 'memory-bank' directory.
Installation
python vibe_workflow.pySecurity Notes
The server's tools interact with the local file system (read/write markdown files, create directories) primarily within a 'memory-bank' directory relative to a `base_path`. There are no 'eval', 'exec', or direct network risks observed. The primary risk would be if a compromised AI agent intentionally manipulates `base_path` or `document_name` arguments to access or modify files outside the intended project scope, which is a general risk for any agent with file system access. However, the tools themselves do not introduce arbitrary code execution vulnerabilities.
Similar Servers
conductor-tasks
Conductor Tasks acts as an intelligent AI-powered assistant for developers, streamlining the entire development lifecycle from task generation and planning (parsing PRDs, expanding tasks, generating implementation steps) to execution and code modification (generating diffs). It provides visual task management, integrates with various IDEs, and leverages multiple LLM providers for optimal results and cost efficiency.
knowns
A CLI-first knowledge layer and task/documentation management tool that provides AI agents with persistent project context.
responsible-vibe-mcp
Manages conversation state and guides LLM coding agents through structured software development workflows with long-term project memory and multi-agent collaboration.
memory-journal-mcp
Provides persistent project memory and integrates GitHub workflows (issues, PRs, Kanban) to bridge fragmented AI sessions for developers.