🎬 Open-source animated architecture diagrams as code. Diagram-native DSL, 17 layout engines, Web Animations API, and MCP server for AI agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"markdy-com": {
"command": "npx",
"args": [
"-y",
"HoangYell/markdy-com"
]
}
}
}
Run in terminal:
claude mcp add markdy-com npx -y HoangYell/markdy-com
Add to .cursor/mcp.json:
{
"mcpServers": {
"markdy-com": {
"command": "npx",
"args": [
"-y",
"HoangYell/markdy-com"
]
}
}
}