Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
portNoThe port for the WebSocket bridge to the extension.9876
tokenNoAuth token to secure the connection between the MCP server and the Chrome extension. If omitted, a random token is generated and printed on startup.
domainsNoRestrict commands to specific comma-separated domains (e.g., 'github.com,docs.google.com').
log-fileNoPath to the audit log file where every command execution is recorded.audit.log
mcp-portNoThe port for the MCP HTTP endpoint.3001
allow-allNoShorthand to enable both write commands and sensitive cookie access.
no-confirmNoSkip manual user confirmation for write actions. When using Claude Desktop, this must be enabled because the server runs without a terminal for interactive prompts.
allow-writeNoEnable commands that modify browser state (click, focus, type, scroll, js, select, close, navigate, back, forward). Set to 'true' to enable.
expose-cookiesNoShow full cookie values in the whoami command (default is redacted).
allow-sensitiveNoEnable the 'whoami' command which provides access to browser cookies.

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/apireno/domshell'

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