Skip to main content
Glama
bgaze

SnapStack Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SNAPSTACK_DIRNoStack folder path.~/.snapstack
SNAPSTACK_PORTNoListening port (always on 127.0.0.1).4123

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_screenshotsA

List the pending browser screenshots as a manifest — NO image data. The stack is the local folder where the SnapStack browser extension pushes captures. Each entry has a stable two-digit "number", the absolute local "path", "width"/"height", and metadata (url, title, capturedAt, format, bytes). Read the file at "path" yourself only if you need the pixels. This tool does NOT delete anything — use clear_screenshots to remove captures. Pass "numbers" to list only specific captures (e.g. [1] or [1,3]); omit to list them all.

clear_screenshotsA

Delete pending screenshots from the stack. Pass "numbers" to delete only specific captures (e.g. [1] or [2,3]); omit to clear the whole stack. Once the stack is empty, numbering restarts at 01.

count_screenshotsA

Return the number of pending screenshots in the stack without retrieving or clearing them.

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/bgaze/snapstack-server'

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