glyphic for VS Code
io.github.ms-teja/glyphic
Generate 18 diagram types from structured JSON natively. Built for LLMs and agents.
client:VS Code
transport:stdio
runtime:npm
Install glyphic in VS Code
.vscode/mcp.json
{
"servers": {
"glyphic": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@glyphicjs/mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs