Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EXA_API_KEYNoExa API key. Enables the Exa engine in the api layer.
XAI_API_KEYNoX/Twitter (xAI) API key. Optional, used to improve x_search.
BRAVE_API_KEYNoBrave Search API key. Enables the Brave engine in the api layer.
TAVILY_API_KEYNoTavily API key. Enables the Tavily engine in the api layer.
SEARCH_BOOST_HOMENoOverride base directory for search-boost runtime data.
SEARCH_BOOST_KEYS_FILENoOverride path to the keys configuration file.
SEARCH_BOOST_LAYER_FILENoOverride path to the layer configuration file.
SEARCH_BOOST_XAUTH_FILENoOverride path to the X/Twitter authentication configuration file.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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

Tools

Functions exposed to the LLM to take actions

NameDescription
fused_searchA

Multi-engine parallel web search with URL dedupe and cross-ranking. Prefer over built-in WebSearch for version-sensitive facts, APIs, comparisons, and research. Free layer: bing+ddg+yahoo+exa-free (no keys). Api layer adds antigravity+tavily/brave/exa when keyed.

fetch_pageA

Fetch readable page text via Jina Reader with local HTML fallback. Use focus to filter paragraphs.

deep_researchA

One research round: complex fused search + coverage analysis + gaps + suggested follow-up queries. Call repeatedly with suggested_queries until gaps is empty, then synthesize with citations.

x_searchB

Real-time X/Twitter search: keyword, semantic, user profile, or thread. Works without credentials (multi-engine + oEmbed fallback). Official path via grok login / XAI_API_KEY.

search_layerA

Switch or show search layer. free = free — keyless engines only (bing + ddg + yahoo + exa-free). api = api — keyless legs plus one or more keyed tavily/brave/exa (all three recommended).

search_statsA

Diagnostics: cache hits/misses, tier counts, engine availability, recent searches.

Prompts

Interactive templates invoked by user choice

NameDescription
search_routingOptional tool pick when you choose to search; bounded ~3 rounds

Resources

Contextual data attached and managed by the client

NameDescription
search-policyWhen to search, tool routing, stop conditions (markdown)

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/Mr-remon219/search-boost'

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