Skip to main content
Glama
134,483 tools. Last updated 2026-05-23 13:30

"Buffer" matching MCP tools:

  • Generate a buffer zone around a geometry at a specified distance. Control buffer shape with resolution, join style, mitre limit, and single-sided option for precise spatial analysis.
    MIT
  • Generate a spatial buffer around a specified geometry in WKT format using a defined distance in meters. Enables precise spatial analysis with the PostGIS MCP Server.
  • Save replay buffer content to disk for OBS Studio recordings. Capture recent gameplay or streaming moments as video files using OBS WebSocket control.
    GPL 2.0

Matching MCP Servers

  • A
    license
    -
    quality
    -
    maintenance
    An MCP server that enables high-speed Android screenshot capture with ~50ms latency using the scrcpy frame buffer. It maintains a circular buffer for instant access to recent frames and automatically falls back to ADB when scrcpy is unavailable.
    Last updated
  • A
    license
    A
    quality
    C
    maintenance
    Provides comprehensive geospatial analysis capabilities through Turf.js, enabling spatial measurements, geometric operations, coordinate transformations, and geographic data processing. Supports over 100 geospatial functions including distance calculations, spatial relationships, buffer operations, and grid generation.
    Last updated
    100
    MIT
  • Start or stop the replay buffer in OBS Studio to capture recent gameplay or content for instant replay during live streaming or recording sessions.
    GPL 2.0
  • Retrieve recent clipboard entries from your session. Use to recall text or items you copied earlier, with timestamps and source application. Excludes sensitive data like passwords.
    AGPL 3.0
  • Capture a pixel-level screenshot of the active monitor at native resolution. Returns a base64-encoded PNG with timestamp and resolution metadata. Use for UI debugging, diagrams, or on-screen evidence.
    AGPL 3.0
  • Get a structured summary of your recent activity over the last hours: per-app time-on-task, focus sessions, OCR keyword hits, and idle gaps. Use when you ask 'what have I been doing?'.
    AGPL 3.0
  • Return recent screenshots from the rolling capture buffer to review past screen activity without triggering a new capture.
    AGPL 3.0
  • Inspect buffer metadata – size, age range, retention policy, and disk usage – to diagnose why search_history returns no results or to confirm context availability.
    AGPL 3.0
  • Retrieve the exact screen state, OCR text, active window, and clipboard snapshot from a specified point in the recent past. Solves recalling what was on screen when referencing earlier events.
    AGPL 3.0
  • Add multiple virtual text annotations to Neovim buffers in a single call. Specify file, line, text, and optional position and color for each annotation.
    MIT
  • Read a specific line range from an open Neovim buffer, returning each line prefixed with its line number. Use to access sections without loading the entire file.
    MIT
  • Retrieve LSP diagnostics for a specific file open in Neovim. Returns errors, warnings, info, and hints with line and column numbers.
    MIT
  • Retrieve the complete content of an open Neovim buffer, including unsaved changes, by specifying its file path. Returns all lines with 1-based line numbers.
    MIT
  • Overlay virtual text annotations on a Neovim buffer's lines. Choose position (eol, above, below) and color for visual-only feedback.
    MIT
  • Run Vim ex commands to modify buffers, files, windows, and editor state. Use for operations like saving, splitting windows, or setting options.
    MIT