Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CLIPSNAP_MAX_FILESNoMax files per session50
CLIPSNAP_MAX_SIZE_MBNoMax total session size200
CLIPSNAP_TTL_MINUTESNoFile time-to-live60
CLIPSNAP_IMAGE_FORMATNoOutput format (png or jpeg)png
CLIPSNAP_JPEG_QUALITYNoJPEG quality (1–100)80
CLIPSNAP_MAX_DIMENSIONNoMax image long edge (px)1568
CLIPSNAP_CHECK_CONCEALEDNoDetect passwords before reading clipboardtrue
CLIPSNAP_CLEANUP_ON_EXITNoDelete session files on exittrue
CLIPSNAP_SCREENSHOTS_DIRNoNative screenshots dir (auto-detected via defaults read com.apple.screencapture)auto

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
paste_recentA

Shows the last N images by combining clipboard watcher captures, session history, and macOS Spotlight screenshots. The clipboard watcher catches images copied via any app (Shottr Esc, Cmd+C, etc.) instantly — no Spotlight delay. Results are sorted by time, newest first. Use when the user says "show my last screenshots", "look at my clipboard", or "check what I just captured". Pass folder to scan a specific directory instead.

cleanup_imagesA

Deletes temporary ClipSnap images from the session temp directory. Automatic cleanup already runs on TTL/size limits, so this is rarely needed. Use all=true to purge all sessions.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zelentsov-dev/clipsnap-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server