Skip to content
Grok

Glyphloop for Grok

io.github.ideoshi/glyphloop

Create loop-perfect ASCII animations and website-ready embeds with an AI agent.

client:Grok transport:stdio runtime:npm

Install Glyphloop in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "glyphloop": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "glyphloop"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Glyphloop in other clients