Glyphloop for VS Code
io.github.ideoshi/glyphloop
Create loop-perfect ASCII animations and website-ready embeds with an AI agent.
client:VS Code
transport:stdio
runtime:npm
Install Glyphloop in VS Code
.vscode/mcp.json
{
"servers": {
"glyphloop": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"glyphloop"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs