Architecture-DNA for Claude Desktop
io.github.evozim/architecture-dna
Deep codebase architect auditing system design schemas.
client:Claude Desktop
transport:sse
Install Architecture-DNA in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"architecture-dna": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://architecture-dna-mcp.vercel.app/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs