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.
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.
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.
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.
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.
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?'.
Inspect buffer metadata – size, age range, retention policy, and disk usage – to diagnose why search_history returns no results or to confirm context availability.
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.
Add multiple virtual text annotations to Neovim buffers in a single call. Specify file, line, text, and optional position and color for each annotation.
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.
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.