Skip to content
Cursor

Glyphloop for Cursor

io.github.ideoshi/glyphloop

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

client:Cursor transport:stdio runtime:npm

Install Glyphloop in Cursor

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

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

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

Glyphloop in other clients