Real-time collaborative editing with multiplayer cursors, inline comments, suggestions, and version history. Built for teams that think in markdown.
# Project Architecture
## Overview
The system uses a microservices architecture with event-driven communication between services.
- API Gateway handles routing and auth
- Message queue for async processing1 comment
- Shared event schema across all services
Suggestion from Alex M
We should use REST for internal communication
Consider using gRPC for internal service-to-service calls for better performance
All the collaboration tools of Google Docs, designed for developers.
Manage documents, comments, and suggestions without leaving your terminal. One command to install, two env vars to configure.
$ curl -fsSL https://markdocs.sh/install.sh | bash
$ markdocs create "Sprint Planning"
Document created: 8f4a2b...
$ markdocs comment add 8f4a2b --content "LGTM" --from 0 --to 10
Connect Claude, GPT, or any MCP-compatible agent. Your AI can read docs, leave comments, and suggest changes.
// claude_desktop_config.json
{
"mcpServers": {
"markdocs": {
"command": "markdocs-mcp"
}
}
}
Start a new markdown document from the dashboard or CLI.
Invite teammates. Everyone gets real-time cursors instantly.
Comment, suggest, review, and merge. All in one place.
Free to use. No credit card required.