Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoServer host0.0.0.0
PORTNoServer port8000
GITHUB_TOKENNoOptional token for GitHub REST API to raise rate limit from 60 to 5000 req/hour
NCBI_API_KEYNoOptional API key for PubMed (NCBI E-utilities) to raise from 3 to 10 req/sec
BRAVE_API_KEYNoOptional API key for Brave Search API (free tier: 2000 req/month)
SERPER_API_KEYNoAPI key for serper.dev Google provider
DEFAULT_TIMEOUTNoDefault timeout in seconds10
SERPBASE_API_KEYNoAPI key for serpbase.dev Google provider
ENABLED_PROVIDERSNoComma-separated list to restrict which providers are active (empty = all available)
AGGREGATOR_TIMEOUTNoAggregator timeout in seconds15
STACKEXCHANGE_API_KEYNoOptional key for Stack Exchange API to raise limit from 300 to 10,000 req/day
ALLOW_UNSTABLE_PROVIDERSNoAllow unstable providers (best-effort ones)false
MAX_RESULTS_PER_PROVIDERNoMaximum results per provider10
SEMANTIC_SCHOLAR_API_KEYNoOptional API key for Semantic Scholar Graph API to raise from 1 to 10 req/sec

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_webB

Search the web using all enabled providers and return aggregated, deduplicated results with a unified schema. Good for general queries.

search_googleA

Search Google via a configured third-party provider (serpbase or serper). Returns structured organic results, answer boxes, and related searches.

search_academicB

Search academic sources (arXiv, Wikipedia). Best for research questions, paper discovery, and factual lookups.

search_githubC

Search GitHub repositories. Returns repo name, description, stars, language, and topics.

compare_enginesA

Run the same query against multiple providers and return results grouped by provider for side-by-side comparison.

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/reurinkkeano/serpent'

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