Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SEARXNG_URLNoURL of the SearXNG endpointhttp://localhost:8888
FIRECRAWL_API_URLNoURL of the Firecrawl endpointhttp://localhost:3002
HIVE_WEB_ARTIFACT_DIRNoDirectory for storing artifacts~/.cache/hive-web-runtime/artifacts

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
static_web_searchA

Cheap stateless web search through local SearXNG. Returns compact normalized results and an artifact_id.

static_web_extractC

Cheap stateless page render/extract through local Firecrawl. Returns markdown plus artifact_id.

static_web_get_artifactC

Read a local artifact previously created by static-web/action-web.

action_web_session_createC

Create a live Playwright browser session for interactive sites/forms.

action_web_navigateA

Navigate a live session to a URL, or use static-web search_query to find the URL first.

action_web_snapshotB

Return a compact interactive snapshot: visible text and refs, not full HTML.

action_web_clickA

Click by snapshot ref or selector. Sensitive payment/password/2FA-looking targets require confirm_sensitive=true.

action_web_typeC

Type/fill text into a snapshot ref or selector. Do not send passwords/secrets through this tool.

action_web_pressB

Press a keyboard key in the live browser session, e.g. Enter, Escape, ArrowDown.

action_web_closeB

Close a live Playwright browser session.

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/YegorMy/hive-web'

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