anytime-markdown

anytime-trial/anytime-markdown
★ 2 stars TypeScript Memory/Knowledge Updated today
Code, docs, and AI — made visible. Seven VS Code extensions plus MCP servers for WYSIWYG Markdown editing with AI diff review, real-time C4/DSM architecture visualization, and unified AI session tracking.
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": {
    "anytime-markdown": {
      "command": "npx",
      "args": [
        "-y",
        "anytime-trial/anytime-markdown"
      ]
    }
  }
}