Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoThe host address for the server to listen on.0.0.0.0
PORTNoThe port for the server to listen on.8787
DATABASE_URLNoConnection string for the database. For local setups, a file-based SQLite DB is recommended.file:./tavily_bridge.db
BRAVE_API_KEYNoA single Brave Search API key. For multi-key support, use the Admin UI.
ADMIN_API_TOKENNoBearer token for accessing the Admin API.
ENABLE_QUERY_AUTHNoIf true, enables MCP client token authentication for the /mcp endpoint.false
FIRECRAWL_API_KEYNoOptional Firecrawl API key used for supplemental source/fetch fallback.
SEARCH_SOURCE_MODENoDefines search behavior: tavily_only, brave_only, combined, or brave_prefer_tavily_fallback.brave_prefer_tavily_fallback
GROK_SEARCH_ENABLEDNoEnables/disables Grok tool exposure (web_search, get_sources, etc.).false
KEY_ENCRYPTION_SECRETNoA 32-byte (256-bit) secret key used for encrypting and decrypting upstream API keys stored in the database.
TAVILY_BRIDGE_BASE_URLNoDeployment URL for the mcp-nexus bridge-server (used by stdio-http-bridge).
TAVILY_BRIDGE_MCP_TOKENNoClient bearer token used for authenticate with the MCP endpoint (used by stdio-http-bridge).

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/xydong-web/mcp-nexus'

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