Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NODRIVER_MCP_SCRIPTS_DIRYesPath to the directory containing scrapers
NODRIVER_MCP_ARTIFACTS_DIRYesPath to the directory for artifacts
NODRIVER_MCP_USER_DATA_DIRYesPath to a dedicated browser profile directory
NODRIVER_MCP_BROWSER_EXECUTABLEYesPath to the Helium/Chromium browser executable

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
browser_statusA

Report browser state and metadata for MCP-accessible tabs.

browser_openA

Open or navigate an MCP tab, reusing the active tab unless new_tab is true.

browser_snapshotA

Return bounded visible text or outer HTML, optionally scoped to a CSS selector.

browser_queryA

Return text and safe attributes for elements matching a CSS selector.

browser_closeA

Close the managed browser, or close MCP-owned tabs and detach in attach mode.

scraper_listA

List metadata for saved scrapers.

scraper_getA

Return a saved scraper's source and metadata.

scraper_saveA

Validate and atomically save a scraper for the next run.

scraper_runA

Hot-load and run a saved scraper. Use either url or tab_id; new_tab requires url.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
scraper-contractThe Python entry point and helpers available to generated scrapers.

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/namecallfilter/nodriver-mcp'

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