Now in Beta

Google Docs for Markdown

Real-time collaborative editing with multiplayer cursors, inline comments, suggestions, and version history. Built for teams that think in markdown.

CLI includedMCP readyFree forever
architecture.md
T
S
A
3 online

# Project Architecture

## Overview

The system uses a microservices architecture with event-driven communication between services.

Each service maintains its own database and communicatesviaSarah K

- 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

Everything your team needs

All the collaboration tools of Google Docs, designed for developers.

Multiplayer Cursors
See everyone editing in real-time with named cursors and colors.
Inline Comments
Comment on any selection. Discuss, resolve, and track feedback.
Suggestion Mode
Propose changes without editing directly. Accept or reject with one click.
Version History
Full edit timeline with diffs. See who changed what and when.
CLI + MCP
Full CLI for power users. MCP server lets AI agents interact with your docs.
Multi-Tenant
Workspaces, teams, and granular role-based permissions.
CLI

Terminal-first workflow

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

MCP

AI-native collaboration

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"

}

}

}

Get started in seconds

1

Create a doc

Start a new markdown document from the dashboard or CLI.

2

Share the link

Invite teammates. Everyone gets real-time cursors instantly.

3

Collaborate

Comment, suggest, review, and merge. All in one place.

Ready to write together?

Free to use. No credit card required.