Follow Plan
About
Track and manage AI implementation plans.
Details
- Author
- vibeclasses
- Categories
- Productivity, Project Management, AI
Jump to
Setup
Install Follow Plan in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/vibeclasses/follow-plan-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
A comprehensive Model Context Protocol (MCP) server for intelligent project planning and task management with SQLite persistence and full-text search capabilities.
- Task Management: Create, update, and track tasks with status, priority, and progress
- Feature Planning: Manage user stories, epics, and feature specifications
- Bug Tracking: Report and track bugs with severity levels and reproduction steps
- Rule Engine: Define project rules, validations, and automation guidelines
- Full-Text Search: Advanced search across all plan items with relevance scoring
- SQLite Storage: Persistent storage with FTS5 full-text search indexing
- Auto-Sync: Automatic synchronization between database and filesystem
- Backup/Restore: Database backup and restore functionality
The server will create a.plandirectory in your project with the following structure:
.plan/ ├── database.db # SQLite database ├── index.md # Project overview ├── tasks/ # Task files ├── features/ # Feature files ├── bugs/ # Bug files ├── rules/ # Rule files ├── workflows/ # Workflow documentation ├── changelog/ # Project changelog └── tmp/ # Temporary files and logs
- create_task- Create a new task
- update_task- Update an existing task
- get_task- Get task details by ID
- list_tasks- List tasks with optional filters
- delete_task- Delete a task
- create_feature- Create a new feature
- update_feature- Update an existing feature
- get_feature- Get feature details by ID
- list_features- List features with optional filters
- delete_feature- Delete a feature
- create_bug- Create a new bug report
- update_bug- Update an existing bug
- get_bug- Get bug details by ID
- list_bugs- List bugs with optional filters
- delete_bug- Delete a bug
- create_rule- Create a new project rule
- update_rule- Update an existing rule
- get_rule- Get rule details by ID
- list_rules- List rules with optional filters
- delete_rule- Delete a rule
- search- Search across all plan items
- advanced_search- Advanced search with filters
- backup_database- Create a database backup
- restore_database- Restore from backup
- sync_filesystem- Sync database to filesystem
- plan://index- Project plan overview (Markdown)
- plan://tasks- All tasks (JSON)
- plan://features- All features (JSON)
- plan://bugs- All bugs (JSON)
- plan://rules- All rules (JSON)
- plan://stats- Project statistics (JSON)
Add to your Claude Desktop configuration:
{ "mcpServers": { "follow-plan": { "command": "node", "args": [ "/path/to/follow-plan-mcp/dist/index.js", "/path/to/your/project" ], "env": {} } } }
- LOG_LEVEL- Set logging level (debug, info, warn, error)
- PLAN_AUTO_SYNC- Enable/disable auto-sync (default: true)
- PLAN_BACKUP_INTERVAL- Backup interval in seconds (default: 1800)
The server uses SQLite with FTS5 full-text search. Key tables:
- tasks- Project tasks
- features- Feature specifications
- bugs- Bug reports
- rules- Project rules
- messages- Communication logs
- prompts- AI prompt templates
- cascades- Automation workflows
- fts_search- Full-text search index
src/ ├── index.ts # Main MCP server ├── types/ # TypeScript type definitions ├── services/ # Business logic services │ ├── database-service.ts │ ├── task-service.ts │ ├── feature-service.ts │ ├── bug-service.ts │ ├── rule-service.ts │ ├── search-service.ts │ └── persistence-service.ts ├── handlers/ # MCP request handlers │ ├── tools.ts │ ├── resources.ts │ ├── validation.ts │ └── search-handlers.ts ├── utils/ # Utility functions └── constants/ # Application constants
- Fork the repository
- Create a feature branch
- Make your changes
- Add tests
- Run the test suite
- Submit a pull request
MIT License - see LICENSE file for details
- GitHub Issues: [Report a bug or request a feature]
- Documentation: See the/docsdirectory
- Examples: See the/examplesdirectory
Follow Plan MCP- Intelligent project planning for the AI age 🚀
Interact with task, doc, and project data in Dart, an AI-native project management tool
Connect to the Taskade platform via MCP. Access tasks, projects, workflows, and AI agents in real-time through a unified workspace and API.
About AI-powered Jira CLI and MCP server for humans and agents manage issues, sprints, boards with interactive wizards, multi-provider AI
A Python monorepo for AI-powered project management and productivity servers, utilizing the Claude API.
Trello for Claude Code: AI-powered task management with 60 MCP tools, visual Kanban board, and intelligent orchestration for product teams and developers
An intelligent task management system based on MCP, providing an efficient programming workflow framework for AI Agents with an optional web-based GUI.
A project management and session memory tool for AI agents to track projects, tasks, and context during chat sessions.
Minimal project management for teams and AI agents.
Manages AI session handoffs and tracks next steps for projects.
AI project manager for Claude. Plain markdown, local-first workspace. 11 tools for projects, tasks, sessions, and notes. Install with: npx recap-mcp init
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


