We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/babelcloud/gru-sandbox'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[group:vnc]
programs=xvfb,x11vnc,novncproxy
priority=1 # Lower priority for the group itself
[program:xvfb]
# Use the full WxHxD resolution exported by the init script
command=Xvfb :1 -screen 0 %(ENV_VNC_RESOLUTION)s -ac +extension GLX +render -noreset
priority=1 # Relative priority within group (starts first)
autorestart=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[program:x11vnc]
# Use the WxH geometry extracted by the init script
command=x11vnc -display :1 -forever -shared -passwdfile /root/.vnc/plaintext_passwd -ncache 10 -geometry %(ENV_VNC_GEOMETRY)s
priority=2 # Start after xvfb
autorestart=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0