glif-mcp-server

glif-mcp-server

18

The glif-mcp-server is a Model Context Protocol server designed to enable AI workflows, offering management of glifs, bots, and access to metadata. It provides customizable tools and is experimental in nature.

npx
{
  "mcpServers": {
    "glif": {
      "command": "npx",
      "args": [
        "-y",
        "@glifxyz/glif-mcp-server@latest"
      ],
      "env": {
        "GLIF_API_TOKEN": "your-token-here"
      }
    }
  }
}
node
{
  "mcpServers": {
    "glif": {
      "command": "node",
      "args": [
        "/path/to/glif-mcp/build/index.js"
      ],
      "env": {
        "GLIF_API_TOKEN": "your-token-here"
      }
    }
  }
}
node
{
  "mcpServers": {
    "glif": {
      "command": "node",
      "args": [
        "/path/to/glif-mcp/build/index.js"
      ],
      "env": {
        "GLIF_API_TOKEN": "your-token-here",
        "GLIF_IDS": "cm2v9aiga00008vfqdiximl2m,cm2v98jk6000r11afslqvooil,cm2v9rp66000bat9wr606qq6o",
        "IGNORE_SAVED_GLIFS": true
      }
    }
  }
}