Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SOLOCRAWL_LOG_FILENoOptional log file path (also logs to stderr)
SOLOCRAWL_LOG_LEVELNoLog level: DEBUG, INFO, WARNING, ERROR
SOLOCRAWL_PROXY_LISTNoComma-separated proxy URLs
SOLOCRAWL_PROXY_MODENoProxy mode: list (rotate a pool) or endpoint (single rotating endpoint)
SOLOCRAWL_USER_AGENTNoOverride HTTP User-Agent for API requests
SOLOCRAWL_MAX_RETRIESNoRetries on network errors / rate limits
SOLOCRAWL_SEARXNG_URLNoBase URL of a self-hosted SearXNG instance (enables the searxng provider)
SOLOCRAWL_PROXY_ENABLEDNoEnable optional proxy layer
SOLOCRAWL_PROXY_ENDPOINTNoSingle rotating proxy endpoint
SOLOCRAWL_PROXY_PASSWORDNoProxy auth password
SOLOCRAWL_PROXY_USERNAMENoProxy auth username
SOLOCRAWL_RESPECT_ROBOTSNoHonour robots.txt on scrape (fail-open); set false to skip
SOLOCRAWL_BROWSER_ALLOWEDNoAllow Playwright fallback when installed
SOLOCRAWL_MAX_CONCURRENCYNoGlobal fetch concurrency limit
SOLOCRAWL_TIMEOUT_SECONDSNoPer-request timeout in seconds
SOLOCRAWL_ENABLE_PROVIDERSNoComma-separated opt-in provider names
SOLOCRAWL_PER_DOMAIN_LIMITNoPer-domain concurrency limit
SOLOCRAWL_CACHE_TTL_SECONDSNoIn-memory fetch cache TTL in seconds (0 = disabled)
SOLOCRAWL_MAX_RESPONSE_BYTESNoCap on fetched response body size (10 MiB)
SOLOCRAWL_ALLOW_INTERNAL_URLSNoAllow scraping localhost/private IPs (dev only)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
web_searchB

Search the web across SoloCrawl's configured providers and return unified results.

scrapeA

Fetch a URL and return the main page content as markdown suitable for LLM context.

researchA

Search the web, scrape the top results, and return an aggregated cited report.

package_versionB

Look up the latest or constraint-satisfying version of a package from a registry.

list_providersA

List the registered search and package providers (default vs. opt-in).

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/hlavacm/solocrawl'

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