Turn a validated JSON IR into a consistent layered-architecture diagram (SVG) — library, CLI, and MCP server, for humans and agents alike.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"archsmith": {
"command": "npx",
"args": [
"-y",
"ayeshLK/archsmith"
]
}
}
}
Run in terminal:
claude mcp add archsmith npx -y ayeshLK/archsmith
Add to .cursor/mcp.json:
{
"mcpServers": {
"archsmith": {
"command": "npx",
"args": [
"-y",
"ayeshLK/archsmith"
]
}
}
}