Skip to main content
Glama
569,685 tools. Updated 2026-09-15 01:39

"Allowing image imports via MCP" matching MCP tools:

  • Retrieve a small MCP logo image to test and validate image-handling capabilities in MCP client implementations.
    -
  • Scan for unused imports, functions, and orphan files; delete them safely via transactional edits.
    MIT
  • Summarize a file's defined symbols, imports, and dependent files via the call graph. Use before editing an unfamiliar file.
    Apache 2.0
  • Delete a saved mapping to prevent new imports from using it. Previous imports referencing the mapping retain their historical records.
    MIT
    Destructive

Matching MCP Servers

Matching MCP Connectors

  • Upload a local image or video file to media storage; returns a public URL for attaching to posts via mediaUrls.
    MIT
  • Extract text from image files using OCR. Supports PNG, JPG, TIFF, BMP and multiple languages via Tesseract.
    MIT
    Destructive
  • Log in to Telegram via QR code to authenticate your personal user account. Returns a QR image to scan for access.
    MIT
  • Generates a page thumbnail image from a cached document, allowing quick visual previews of specific pages.
    MIT
  • List recent localization activity for your project, including imports, exports, publications, and changes. Pagination supports fetching up to 500 latest entries.
    Apache 2.0
  • Generate or edit AI images without API keys or credit costs. Supports text-to-image, image references, and 2K upscaling via Google Flow, returning a local file path.
    MIT
  • Creates a container from an image without starting it, allowing configuration via extra_kwargs for later manual startup, separating creation from execution.
    MIT
  • Fetch an image attachment from a Plane task and return it as MCP image content, letting vision-capable models view screenshots directly without URL downloads.
    MIT
  • Explore a directory in one call: get code outline, imports, test files, and recent git changes. Defaults to outline and changes; include imports and tests as needed.
    MIT
  • Tidy Python import blocks: sort, deduplicate, remove unused imports, expand star imports, convert relative to absolute, and shorten deep paths. Dry-run preview by default, apply to write changes.
    MIT
  • Verify if the local pineforge-release Docker image is up to date by comparing per-platform manifest digests with the registry. Returns update status and optionally pulls the latest image when stale or missing.
    MIT