Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VISION_MODELNoModel name for the vision provider (overrides model in config.json; empty = provider default)
OPENAI_API_KEYNoOpenAI API key, used when the provider is 'openai' and the api_key field in config.json is empty
VISION_API_KEYNoAPI key for the vision provider (overrides api_key in config.json and provider-specific env vars)
VISION_API_URLNoAPI URL for the vision provider (overrides api_url in config.json; empty = provider default)
VISION_PROVIDERNoVision provider: 'ollama', 'openai', or 'anthropic' (overrides provider in config.json)ollama
ANTHROPIC_API_KEYNoAnthropic API key, used when the provider is 'anthropic' and the api_key field in config.json is empty

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

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
describe_imageA

Describe an image. image is a file path, URL, or data URI.

ask_about_imageC

Answer a specific question about an image.

extract_textB

Read all text in an image (OCR).

compare_imagesB

Compare two images. Optional question narrows the comparison.

server_statusA

Show the active provider, model, and transport.

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/ThisUserIsRandom/visionMCP'

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