Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort for the HTTP entry point (http-server.js) to listen on.3000
MCP_HEADLESSNoSet to true to run the browser headless. Leave it false if you want to actually watch Claude play.false
GAME_CLIENT_URLNoBase URL of the Angular client to connect to. Point this at http://localhost:4200 to play against a local ng serve.https://shooting-game-eight.vercel.app
MAX_CONCURRENT_SESSIONSNoHard cap on simultaneous browser sessions across all connected clients; join_match fails with a 'Server busy' error past this.6
SESSION_IDLE_TIMEOUT_MSNoHow long a session can go without a tool call before its browser is closed and the slot freed.900000

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

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/Achtrick/shooting-game-mcp'

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