Skip to main content
Glama
458,010 tools. Updated 2026-08-14 16:49

"Imgur" matching MCP tools:

  • Upload an attachment (image or document) to a Jira issue using a remote file URL or base64 content. Returns attachment metadata with ID and download URL.
    MIT
  • Rehosts images from external URLs, data URIs, or local paths onto WebCake, returning hosted URLs. Handles up to 20 images per call.
    MIT
  • Publish a single photo to Instagram feed using a public image URL. Requires JPEG under 8MB and optional caption with up to 30 hashtags.
    MIT
  • Upload an image file to Notion and insert it as an image block, either after a specific block or within a page, with optional caption. The image is stored in Notion's workspace storage.
    MIT
  • Retrieve FRC team media (photos, videos, presentations) for a specific season year. Get direct URLs and identify the team's preferred primary image.
    MIT
  • Simulate single key presses or modifier key combos like Ctrl+S and Shift+A. Use it to trigger keyboard input for testing and interacting with Dear ImGui game UIs in real time.
    MIT
  • List all saved snapshots with their names, frame numbers, and widget counts to quickly locate and restore a specific UI state for Dear ImGui game interfaces.
    MIT
  • Exports the current UI layout as Lua ImGui code, recreating all windows and widgets with their current values.
    MIT
  • Loads a texture from a BMP or PPM image file for use in Dear ImGui UI. If the file is missing or unsupported, generates a checkerboard placeholder.
    MIT
  • Reverse the last destructive change to your Dear ImGui UI, restoring the previous state while preserving the undone action for potential redo.
    MIT
  • Export the current UI layout to structured JSON, including version, window properties, and widgets. Optionally save to a file or get inline output.
    MIT
  • Retrieve and consume canvas interaction events including hover, click, drag, wheel, and double-click, with positions and deltas.
    MIT
  • Stop and remove all active animations across all Dear ImGui windows, resetting the UI to a static state for a clean view when designing interfaces.
    MIT
  • Free GPU resources by unloading a previously loaded texture using its identifier, preventing memory leaks in Dear ImGui UI development.
    MIT
  • Apply a visual theme preset to the ImGui interface, choosing from dark, light, classic, fantasy, scifi, retro, or minimal styles to instantly change the appearance of your UI.
    MIT
  • Set the viewport background clear color by providing RGB values between 0.0 and 1.0, allowing AI agents to customize the visual backdrop for Dear ImGui game UI design and iteration.
    MIT
  • Process pending native UI events in bounded batches, returning events, remaining queue depth, and dropped event count to manage input flow effectively.
    MIT
  • Get a Dear ImGui widget's exact rendered bounding box in pixel coordinates to precisely position UI elements or handle interactions.
    MIT
  • List all Dear ImGui scenes with their window lists and identify the active scene, helping you track and switch between UI layouts in real time.
    MIT
  • Save the current Dear ImGui layout state as a named snapshot so it can be restored later, enabling iterative UI design without losing progress.
    MIT