Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VIMAX_HOMENoPath to ViMax checkout (added to sys.path at first job)~/projects/ViMax
VIMAX_MCP_LOGNoLog levelINFO
GOOGLE_API_KEYYesForwarded to ViMax image/video generators
VIMAX_JOBS_DIRNoPer-job output root$VIMAX_HOME/.working_dir/jobs
VIMAX_MCP_HOSTNoSSE bind host127.0.0.1
VIMAX_MCP_PORTNoSSE bind port7801
MINIMAX_API_KEYYesForwarded to ViMax chat model
VIMAX_QUOTA_FILENoPersisted daily-quota counter$VIMAX_HOME/.working_dir/quota.json
VIMAX_MCP_TRANSPORTNostdio or sse (CLI flag overrides)stdio

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
submit_idea2videoA

Submit an idea-to-video job. Returns immediately with a job_id; poll get_job_status for progress.

submit_script2videoC

Submit a script-to-video job. Returns immediately with a job_id; poll get_job_status for progress.

get_job_statusB

Get current state, progress, and error list for a submitted job.

list_artifactsB

List files produced by a job. kind ∈ final | frames | intermediate | all.

cancel_jobA

Cancel a running or queued job. Working_dir is preserved for inspection.

get_quotaA

Today's daily quota usage for chat / image / video providers (UTC day).

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/ZCDeng/vimax-mcp'

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