Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PEXELS_API_KEYNoPexels API key from https://www.pexels.com/api/
PIXABAY_API_KEYNoPixabay API key from https://pixabay.com/api/docs/
UNSPLASH_ACCESS_KEYNoUnsplash Access Key from https://unsplash.com/developers

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_imagesA

Search free stock photos on Pexels, Unsplash and Pixabay. Use when the project needs a real photo and the client has NOT provided their own images. Prefer client-provided photos when they exist. Queries in English return better results. Returns preview URL, download URL, dimensions, author and attribution link per image. To place an image in the project, pass its downloadUrl (and trackDownloadUrl if present) to the download_image tool instead of hotlinking the URL.

download_imageA

Download an image found via search_images, convert it to WebP, optionally resize it, and save it inside the project (default public/images). Returns the relative path ready for . Always pass trackDownloadUrl when the result came from Unsplash. Only URLs from pexels.com, unsplash.com and pixabay.com are accepted.

optimize_local_imageA

Convert a local image file (e.g. a client-provided photo) to WebP with the same pipeline used by download_image: EXIF rotation, max-width resize, quality control. Use it when replacing stock photos with the client's real photos so performance stays consistent. Input must be a file inside the project directory.

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/romulorasec/imagebank-mcp'

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