Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoInterface for pnpm start127.0.0.1
PORTNoPort for pnpm start5273
GOMOKU_JEV_KEYNoRelay fallback when the page sends no key
VITE_JEV_MODELNoDefault Jev modeljev-latest
GOMOKU_STATE_DIRNoWhere match records are written.matches/
VITE_STORAGE_KEYNoWhere browser-held settings livegomoku.settings
GOMOKU_OPENAI_KEYNoRelay fallback when the page sends no key
VITE_JEV_BASE_URLNoDefault Jev-compatible endpointhttps://api.typesafe.ai/v1
VITE_OPENAI_MODELNoDefault chat modelgpt-4o-mini
GOMOKU_MAX_MATCHESNoUnfinished matches kept; boards nobody played go first, then idle games, then games on hold50
VITE_DEFAULT_MATCHNoDefault match type: 'pvp', 'pvc', or 'cvc'pvc
VITE_MINIMAX_DEPTHNoMinimax search depth (2–6)4
VITE_MINIMAX_WIDTHNoMoves considered per ply (4–20)10
GOMOKU_JEV_BASE_URLNoRequired with GOMOKU_JEV_KEY; pins where that key is spent
GOMOKU_MAX_FINISHEDNoFinished records kept, capped separately so new boards cannot evict a game you meant to review200
VITE_MCTS_BUDGET_MSNoMCTS playout budget1200
VITE_CANDIDATE_LIMITNoHow many moves an engine chooses between (2–24)8
VITE_OPENAI_BASE_URLNoDefault OpenAI-compatible endpointhttps://api.openai.com/v1
VITE_AI_MOVE_DELAY_MSNoA beat before an engine moves (0–5000)260
VITE_DEFAULT_RULE_SETNoDefault rule set: 'free' or 'renju'free
GOMOKU_OPENAI_BASE_URLNoRequired with GOMOKU_OPENAI_KEY
VITE_MINIMAX_BUDGET_MSNoMinimax time budget2500
GOMOKU_SHUTDOWN_GRACE_MSNoHow long pnpm start waits for held calls to be answered before closing250
VITE_PREFER_BROWSER_MODELNoGive the on-device model the default AI seattrue
GOMOKU_ALLOW_INSECURE_HTTPNoPermit plain http to a non-loopback endpointfalse
GOMOKU_UPSTREAM_TIMEOUT_MSNoHow long the relay waits upstream60000

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

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