Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_PORTNoHTTP port for MCP server (default: 8080)8080
MCP_USE_HTTPNoEnable HTTP/SSE transport (true/false)
OPENAI_MODELYesThe model to use for image analysis
OPENAI_API_KEYYesYour API key for the OpenAI-compatible service
OPENAI_TIMEOUTNoRequest timeout in milliseconds (default: 60000)60000
OPENAI_BASE_URLNoThe base URL of the OpenAI-compatible service (default: http://localhost:9292/v1)http://localhost:9292/v1
OPENAI_STREAMINGNoEnable/disable streaming (true/false)
OPENAI_MAX_RETRIESNoMaximum number of retry attempts (default: 3)3
IMAGE_MCP_CONFIG_PATHNoOverride config file path (default: ~/.config/image_mcp/config.json)

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/karlcc/image_mcp'

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