Self-hosted collaborative Markdown editor with real-time CRDT, Git-based versioning, and MCP server
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"citadelmd": {
"command": "npx",
"args": [
"-y",
"akkrevsky/citadelMD"
]
}
}
}
Run in terminal:
claude mcp add citadelmd npx -y akkrevsky/citadelMD
Add to .cursor/mcp.json:
{
"mcpServers": {
"citadelmd": {
"command": "npx",
"args": [
"-y",
"akkrevsky/citadelMD"
]
}
}
}