Skip to content
Cursor

glyphic for Cursor

io.github.ms-teja/glyphic

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

client:Cursor transport:stdio runtime:npm

Install glyphic in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

glyphic in other clients