Skip to main content
Glama
paipaipai666

nexus-browser-mcp

by paipaipai666

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BROWSER_MODENoSet to 'isolated' for a fresh isolated browser or 'cdp' to attach to your Chrome via CDP.isolated
BROWSER_CHANNELNoSystem browser channel: 'chrome', 'msedge', etc. Empty uses Playwright bundled Chromium.
BROWSER_HEADLESSNoHeadless mode (isolated only).false
BROWSER_AUDIT_PATHNoPath to audit log.~/.nexus-browser/audit.jsonl
BROWSER_HITL_RULESNoJSON array of human-in-the-loop rules, e.g. [{"action":"click","name_pattern":"pay|confirm"}].[]
BROWSER_CDP_ENDPOINTNoCDP endpoint when BROWSER_MODE=cdp.http://localhost:9222
BROWSER_USER_DATA_DIRNoUser data directory carrying cookies/login. When set, one shared persistent context across tasks.
BROWSER_CONTEXT_TTL_SECNoIdle task auto-reclaim time in seconds.600
BROWSER_STABLE_REQUIREDNoConsecutive identical snapshots required to confirm stability.2
BROWSER_STREAM_CHAR_CAPNoMaximum characters per stream buffer.16000
BROWSER_STREAM_PAGE_CAPNoTotal stream buffer characters per page.64000
BROWSER_TOOL_TIMEOUT_MSNoOuter timeout guard per tool call in milliseconds.60000
BROWSER_STABLE_WINDOW_MSNoQuiet window: duration without DOM mutations to consider the page stable, in milliseconds.800
BROWSER_STABLE_TIMEOUT_MSNoTotal stability-wait timeout in milliseconds.3000
BROWSER_ALLOW_JS_EXECUTIONNoAllow browser_evaluate tool (defaults to false, and requires confirmation when enabled).false
BROWSER_DEFAULT_TIMEOUT_MSNoPlaywright per-operation timeout in milliseconds.30000
BROWSER_SNAPSHOT_MAX_NODESNoMaximum number of nodes per snapshot.100

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/paipaipai666/nexus-browser-mcp'

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