Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CDP_WS_URLNoConnect directly to a CDP WebSocket URL, skipping Chrome discovery
CHROME_PATHNoOverride Chrome/Chromium executable path (auto-detect if empty)
CHROME_DEBUG_HOSTNoChrome debugging hostlocalhost
CHROME_DEBUG_PORTNoChrome debugging port9222
CHROME_LAUNCH_URLNoURL to open when Chrome is auto-launched (e.g. http://localhost:1420)
CHROME_AUTO_LAUNCHNoAuto-launch Chrome if not already runningtrue
CONSOLE_BUFFER_SIZENoMax console entries to buffer500
NETWORK_BUFFER_SIZENoMax network requests to buffer200
SERVER_LOG_BUFFER_SIZENoMax log entries per managed server1000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
check_connectionA

Check Chrome DevTools connection status and diagnose issues (does not auto-launch Chrome)

connect_to_pageB

Connect to a specific Chrome page target by ID or URL pattern.

evaluate_jsB

Execute a JavaScript expression in the browser and return the result

get_console_logsB

Return buffered console output (logs, warnings, errors) from the browser

get_network_requestsC

Return captured network requests and responses from the browser

get_elementsA

Query the DOM with a CSS selector and return matching elements' outer HTML

wait_and_checkA

Wait N seconds then return new console output captured during the wait (useful after page reload)

take_screenshotB

Capture a screenshot of the current page

reload_pageA

Reload the current page (optionally bypass cache)

navigate_toB

Navigate the current page to a new URL

get_network_request_detailA

Get full request and response body for a specific network request by ID

start_serverB

Start a dev server or background process and capture its output

get_server_logsB

Read stdout/stderr output from a managed server process

stop_serverA

Stop a running managed server process

list_serversA

List all managed server processes and their status

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/samsolomon/relay-inspect'

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