Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WEB_MCP_USER_AGENTNoUser-Agent header for static fetchLocalLLM-WebMCP/0.1
WEB_MCP_SERVER_NAMENoMCP server nameweb-mcp
WEB_MCP_DEFAULT_RENDERNoDefault render modeauto
WEB_MCP_FETCH_TIMEOUT_MSNoTimeout for static fetch in milliseconds15000
WEB_MCP_DEFAULT_MAX_CHARSNoDefault maximum characters for web_fetch20000
WEB_MCP_BROWSER_TIMEOUT_MSNoTimeout for browser fetch in milliseconds20000
WEB_MCP_DEFAULT_MAX_RESULTSNoDefault number of results for web_search10

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
web_searchB

Search the web and return a list of candidate pages. This scaffold returns mock results only.

web_fetchC

Fetch a URL with static HTTP and return readable Markdown-style page text.

web_findC

Fetch a URL with static HTTP and find text within the extracted page text.

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/sv-kagami/llm-web-mcp'

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