Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SANDBOX_DIRNoThe directory for documents (default: ./sandbox)./sandbox
ENGINE_ORDERNoEngine order, e.g. searxng,duckduckgo
LANG_DEFAULTNoDefault language hint for web search
REGION_DEFAULTNoDefault region hint for web search
MAX_FETCH_BYTESNoMaximum bytes to fetch from a page
FETCH_TIMEOUT_MSNoPage fetch timeout in milliseconds
SEARXNG_ENDPOINTSNoList of SearXNG /search endpoints, separated by commas

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
calc.evalB

Evaluate math expression (no external calls).

calc_evalC

Alias of calc.eval

web.searchB

Multi-engine web search (SearXNG + DuckDuckGo HTML).

web_searchC

Alias of web.search

web.fetchA

Fetch a URL with size/time limits and anti-SSRF.

web_fetchD

Alias of web.fetch

web.readB

Extract readable content from given HTML (or pass html from web.fetch).

web_readC

Alias of web.read

doc.findB

Search local documents within sandbox directory. Builds index if missing.

doc_findC

Alias of doc.find

doc.readB

Read a file from sandbox directory (text or pdf).

doc_readC

Alias of doc.read

index.buildB

Build MiniSearch index for documents in sandbox directory.

index_buildC

Alias of index.build

sch.searchB

Academic-first search (arXiv + Crossref + Wikipedia).

sch_searchD

Alias of sch.search

sch.getB

Get scholarly metadata by DOI/arXivId/URL.

sch_getC

Alias of sch.get

wiki.searchB

Wikipedia title search (public API).

wiki_searchC

Alias of wiki.search

wiki.getC

Wikipedia summary by title.

wiki_getC

Alias of wiki.get

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/khanhs-234/tool4lm'

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