DocuMur is a light-weight application that bridges the gap between human documentation and AI assistants. Create, organize, and share your project documentation while making it instantly accessible to LLM agents through MCP (Model Context Protocol).
Try the DEMO or run in Docker
docker run -d -p 8000:8000 \
-v docmcp_data:/app/data \
-e APP_ENV=production \
-e LOCAL_AUTH_ENABLED=true \
zzzevaka/docmcp:latestCreate documentation for your projects with rich markdown and whiteboard support, organized structure, and easy navigation.
Build reusable documentation templates that maintain consistency across projects. Create templates for common documentation patterns and deploy them instantly to new projects.
Connect your documentation directly to AI assistants through Model Context Protocol. Your documentation becomes instantly queryable by Claude and other MCP-compatible agents.
- Rich Markdown Editor: Write documentation with full markdown support including code blocks, tables, and more
- Whiteboard Support: Visual collaboration with diagrams, flowcharts, and sketches embedded in your documentation
- Project Organization: Organize docs by projects with hierarchical structure
- Template System: Create and reuse documentation templates across projects
- MCP Integration: Automatic exposure of documentation through Model Context Protocol
- Team Collaboration: Share projects and docs with your team
- Version Control: Track changes to your documentation over time
- Search & Discovery: Quickly find the documentation you need
- Flexible Authentication: Local email/password registration or optional Google OAuth
Start the development environment:
docker-compose up -dAccess at:
- Frontend: http://localhost:5173
- Backend API: http://localhost:8000
docker build -t docmcp:latest .
docker run --rm -p 8002:8000 \
-v docmcp_data:/app/data \
-e APP_ENV=production \
-e LOCAL_AUTH_ENABLED=true \
docmcp:latest- Local authentication:
LOCAL_AUTH_ENABLED=true
- Google OAuth2:
GOOGLE_CLIENT_ID=<client>GOOGLE_CLIENT_SECRET=<secret>
- Real-time collaboration on documents
- Document version comparison
- Custom MCP tool definitions
- API documentation auto-generation
- Integration with popular dev tools (GitHub, GitLab, Jira)
- Advanced permissions and access control
- Document analytics and insights



