Back to Apps

VibeFlow
by khaliqgant
AI-powered project management that analyzes your code to automatically create actionable tasks.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
VibeFlow is an intelligent project management layer that scans your repositories and uses a team of 7 specialized AI agents (Marketing, Pricing, Competitor, SEO, Content, Technical, and PM) to analyze code and metadata to generate a prioritized kanban board of tasks.
Tools
The MCP server allows AI agents like Claude Code to autonomously pull, update, and complete tasks from the VibeFlow board, bridging the gap between high-level project planning and actual code implementation.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"vibeflow": {
"command": "npm",
"args": ["run", "mcp"]
}
}
}
Supported hosts
- claude
Choose your AI client and follow the steps below.
Claude Desktop
Install dependencies with `npm install` and run via `npm run mcp`.





