citadelMD

akkrevsky/citadelMD
★ 0 stars Unknown language Code/Dev Tools Updated today
Self-hosted collaborative Markdown editor with real-time CRDT, Git-based versioning, and MCP server
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}