Follow Plan
Track and manage AI implementation plans.
Follow Plan MCP Server
A comprehensive Model Context Protocol (MCP) server for intelligent project planning and task management with SQLite persistence and full-text search capabilities.
Features
- 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
Quick Start
1. Install Dependencies
npm install
2. Build the Project
npm run build
3. Start the MCP Server
npm start /path/to/your/project
The server will create a .plan directory 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
MCP Tools
Task Management
create_task- Create a new taskupdate_task- Update an existing taskget_task- Get task details by IDlist_tasks- List tasks with optional filtersdelete_task- Delete a task
Feature Management
create_feature- Create a new featureupdate_feature- Update an existing featureget_feature- Get feature details by IDlist_features- List features with optional filtersdelete_feature- Delete a feature
Bug Tracking
create_bug- Create a new bug reportupdate_bug- Update an existing bugget_bug- Get bug details by IDlist_bugs- List bugs with optional filtersdelete_bug- Delete a bug
Rule Management
create_rule- Create a new project ruleupdate_rule- Update an existing ruleget_rule- Get rule details by IDlist_rules- List rules with optional filtersdelete_rule- Delete a rule
Search & Discovery
search- Search across all plan itemsadvanced_search- Advanced search with filters
Data Management
backup_database- Create a database backuprestore_database- Restore from backupsync_filesystem- Sync database to filesystem
MCP Resources
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)
Configuration
Claude Desktop
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": {}
}
}
}
Environment Variables
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)
Development
Build
npm run build
Test
npm test
npm run test:coverage
Lint
npm run lint
npm run lint:fix
Format
npm run format
Database Schema
The server uses SQLite with FTS5 full-text search. Key tables:
tasks- Project tasksfeatures- Feature specificationsbugs- Bug reportsrules- Project rulesmessages- Communication logsprompts- AI prompt templatescascades- Automation workflowsfts_search- Full-text search index
Architecture
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
Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Add tests
- Run the test suite
- Submit a pull request
License
MIT License - see LICENSE file for details
Support
For issues and questions:
- 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 🚀
संबंधित सर्वर
Rebrandly MCP Tool (Go)
Generate short URLs using the Rebrandly API.
Foreman MCP Server
MCP server for Foreman host management and infrastructure automation.
Humanizer PRO
Humanizer PRO is an MCP server that transforms AI-generated text into natural, human-sounding content. It provides 4 tools: - humanize_text: Rewrite AI text to bypass detectors like GPTZero, Turnitin, Originality.ai, Copyleaks, and ZeroGPT. Three modes: Stealth (highest bypass rate), Academic (Turnitin-optimized), SEO (marketing content). - scan_ai_detection: Analyze text for AI patterns. Returns AI probability score, human-likeness percentage, and verdict. - check_word_balance: Check remaining word credits and subscription plan details. - get_subscription_plans: Browse plans - Free (500 words), Starter ($9.99/mo, 30K words), Creator ($14.99/mo, 100K words), Pro Annual ($119.88/yr, 100K words/mo). Authentication: OAuth 2.0. Works with ChatGPT, Claude, Cursor, and all MCP-compatible clients.
Trello MCP Server
Uses a Trello board as a knowledge base to store and retrieve code snippets, notes, and other information.
Redmine
An MCP server for interacting with the Redmine project management system.
Trello
Interact with Trello boards, lists, and cards using the Trello API.
ffl-mcp
Give AI a "send file" capability via P2P (Local-first)
Sequential Story
An MCP server for problem-solving using Sequential Thinking and Sequential Story mnemonic techniques.
DeepL
Translate text using the DeepL API.
che-ical-mcp
Native macOS Calendar & Reminders MCP server with 24 tools using Swift EventKit - supports recurring events, location triggers, search, batch operations