lousa for VS Code
io.github.henriquepe/lousa
A whiteboard where AI agents draw their explanations as hand-drawn animated diagrams
client:VS Code
transport:stdio
runtime:npm
Install lousa in VS Code
.vscode/mcp.json
{
"servers": {
"lousa": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lousa"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs