Documentation Workflow MVP
An AI-powered documentation management system with hierarchical context management and session continuity.
Documentation Workflow MVP
A sophisticated documentation management system with AI-powered assistance through Model Context Protocol (MCP) integration. This system provides hierarchical context management, session continuity, and comprehensive documentation lifecycle support.
🌟 Features
Document Management
- Full Lifecycle Support: Create, update, delete, and publish documents
- Rich Metadata: Frontmatter with timestamps, status tracking, and categorization
- Location-based Organization: Separate areas for drafts, documentation, updates, and plans
- Advanced Search: Content and metadata search with filtering capabilities
Context Management System
- Hierarchical Architecture: 6-level context hierarchy from global to session
- Dynamic Loading: Context-aware operations with automatic state management
- Persistent Storage: JSON-based context preservation across sessions
Session Continuity
- State Preservation: Save and restore work sessions across token limits
- Automatic Recovery: Resume work exactly where you left off
- Plan Integration: Work plans serve as restoration anchors
- Progress Tracking: Maintain task state and active documents
AI Integration
- MCP Server: Claude Desktop integration for AI-assisted documentation
- 20+ Specialized Tools: Purpose-built commands for documentation workflows
- Intelligent Analysis: Documentation completeness and structure assessment
- Context-Aware Operations: AI understands project structure and conventions
🚀 Quick Start
Prerequisites
- Node.js 18+ and npm
- Docker and Docker Compose (optional)
- Claude Desktop (for AI features)
- WSL (if running on Windows)
Installation
- Clone the repository:
git clone https://github.com/yourusername/documentation-workflow-mvp.git
cd documentation-workflow-mvp
- Configure environment (optional):
# No configuration required! System works with defaults
# Only needed if you want custom settings:
cp .env.example .env
- Install MCP server dependencies:
cd mcp-server
npm install
npm run build
- Configure Claude Desktop:
{
"mcpServers": {
"documentation-workflow": {
"command": "node",
"args": ["/path/to/documentation-workflow-mvp/mcp-server/dist/index.js"],
"cwd": "/path/to/documentation-workflow-mvp"
}
}
}
- Start the services (optional):
docker-compose up -d
⚙️ Configuration
The project uses environment variables for configuration. See .env.example for all available options:
- Workspace path - Single directory for all documentation data
- Logging levels - Control verbosity
- Feature flags - Enable/disable features
- Performance settings - Tune for your system
Key settings:
NODE_ENV=development # Environment mode
LOG_LEVEL=info # Logging verbosity
WORKSPACE_PATH=~/DocumentWorkflow # Document workspace location
The workspace contains:
WORKSPACE_PATH/
├── projects/ # All documentation projects
└── contexts/ # Context and session data
📖 Documentation
For Users
- Installation Guide - Detailed setup instructions
- Quick Start Guide - Get productive in 5 minutes
- User Guide - Complete usage documentation
- Examples - Real-world use cases
For AI Assistants
- AI Assistant Instructions - Simple guide for AI agents
- LLM Agent Guide - Detailed guide for AI assistants
Role-Specific AI Guides
- Business Analyst Guide - For AI agents acting as Business Analysts
- System Analyst Guide - For AI agents acting as System Analysts
- Product Manager Guide - For AI agents acting as Product Managers
- Developer Guide - For AI agents acting as Developers
- DBA Guide - For AI agents acting as Database Administrators
Technical Reference
- API Reference - Tool specifications and schemas
- Architecture Overview - System design and components
🛠️ Usage Examples
Initialize a New Project
# Through Claude Desktop
> "Initialize a new documentation project called 'my-api-docs'"
Create Documentation
# Create a new guide
> "Create a guide about authentication in the my-api-docs project"
# Create a reference document
> "Create a reference document for the User API endpoints"
Manage Sessions
# Save current work session
> "Save my current session - working on authentication docs"
# Resume previous session
> "Load my session for the my-api-docs project"
Analyze Documentation
# Check project completeness
> "Analyze the documentation coverage for my-api-docs"
# View project structure
> "Show me the structure of my-api-docs in tree format"
🏗️ Architecture
┌─────────────────┐ ┌──────────────────┐ ┌─────────────────┐
│ Claude Desktop │────▶│ MCP Server │────▶│ File System │
│ (AI Agent) │ │ (20+ Tools) │ │ (Documents) │
└─────────────────┘ └──────────────────┘ └─────────────────┘
│
▼
┌──────────────────┐
│ Context System │
│ (6 Hierarchies) │
└──────────────────┘
🧪 Testing
cd mcp-server
npm test # Run all tests
npm test -- tests/simple # Run simplified tests
🤝 Contributing
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
📝 License
This project is licensed under the MIT License - see the LICENSE file for details.
🙏 Acknowledgments
- Built with Model Context Protocol (MCP)
- Powered by Claude AI from Anthropic
- Inspired by modern documentation workflows
📞 Support
- 📧 Email: [email protected]
- 💬 Discord: Join our community
- 🐛 Issues: GitHub Issues
Made with ❤️ for the documentation community
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Kone.vc
ผู้สนับสนุนMonetize your AI agent with contextual product recommendations
JIRA
Interact with JIRA to search for issues using JQL and retrieve detailed issue information.
Outline MCP Server
MCP server for the Outline knowledge base and document management tool.
teamdynamix-mcp
TeamDynamix MCP Server (unofficial)
MCP Kanban Memory
Manage complex AI agent workflows with a Kanban-based task management system.
ChartPane
Renders interactive Chart.js charts and dashboards inline in AI conversations.
SocialPilot MCP
Connect Claude or any AI assistant to SocialPilot and let it schedule, publish, manage approvals, and monitor delivery across every account — from one conversation.
Promptheus
AI-powered prompt refinement tool with adaptive questioning and multi-provider support. Intelligently refines prompts through clarifying questions, supports 6+ AI providers (Google Gemini, Anthropic Claude, OpenAI, Groq, Alibaba Qwen, Zhipu GLM), and provides comprehensive prompt engineering capabilities.
Cycles MCP Server
Runtime budget authority for AI agents — reserve, enforce, and track spend before every LLM call and tool invocation.
JIRA
Integrate Atlassian JIRA into any MCP-compatible application to manage issues and projects.
Wishfinity +W
Universal wishlist for AI shopping. Save any product URL from any store to a persistent wishlist directly from AI conversations.