ClipSnap
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLIPSNAP_MAX_FILES | No | Max files per session | 50 |
| CLIPSNAP_MAX_SIZE_MB | No | Max total session size | 200 |
| CLIPSNAP_TTL_MINUTES | No | File time-to-live | 60 |
| CLIPSNAP_IMAGE_FORMAT | No | Output format (png or jpeg) | png |
| CLIPSNAP_JPEG_QUALITY | No | JPEG quality (1–100) | 80 |
| CLIPSNAP_MAX_DIMENSION | No | Max image long edge (px) | 1568 |
| CLIPSNAP_CHECK_CONCEALED | No | Detect passwords before reading clipboard | true |
| CLIPSNAP_CLEANUP_ON_EXIT | No | Delete session files on exit | true |
| CLIPSNAP_SCREENSHOTS_DIR | No | Native screenshots dir (auto-detected via defaults read com.apple.screencapture) | auto |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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