Archy is an MCP (Model Context Protocol) server that generates architectural diagrams using Mermaid syntax. It can process both natural language descriptions and GitHub repository URLs to create various types of diagrams.
mcpServer
{ "mcpServers": { "archy": { "command": "node", "args": [ "/path/to/archy/build/index.js" ], "env": { "GITHUB_TOKEN": "your-github-token" } } } }
node build/index.js