Odel
Glyphic

Glyphic

Local
@ms-teja7TypeScriptUpdated 1mo ago

Generate 18 diagram types from structured JSON natively. Built for LLMs and agents.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@glyphicjs/mcp-serverv1.0.2

Run

npx -y @glyphicjs/mcp-server

MCP client config

{
  "mcpServers": {
    "glyphic": {
      "command": "npx",
      "args": [
        "-y",
        "@glyphicjs/mcp-server"
      ]
    }
  }
}