Generate 18 diagram types from structured JSON natively. Built for LLMs and agents.
claude mcp add glyphic -- npx -y @glyphicjs/mcp-server
claude_desktop_config.json
{
"mcpServers": {
"glyphic": {
"command": "npx",
"args": [
"-y",
"@glyphicjs/mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"glyphic": {
"command": "npx",
"args": [
"-y",
"@glyphicjs/mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"glyphic": {
"command": "npx",
"args": [
"-y",
"@glyphicjs/mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"glyphic": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@glyphicjs/mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"glyphic": {
"command": "npx",
"args": [
"-y",
"@glyphicjs/mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.MS-Teja--glyphic/reviews or the review_server meta-tool.
POST /mcp