Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ARGUS_API_KEYNoRequire API key on all endpoints (health exempt)
ARGUS_DB_PATHNoUnified SQLite database (search, budgets, sessions, extraction cache)argus.db
ARGUS_RATE_LIMITNoRequests per window per client IP60
ARGUS_EXA_API_KEYNoExa API key
ARGUS_CORS_ORIGINSNoAllowed CORS origins (comma-separated, `*` allows all)*
ARGUS_JINA_API_KEYNoJina Reader key (optional)
ARGUS_BRAVE_API_KEYNoBrave Search API key
ARGUS_SERPER_API_KEYNoSerper API key
ARGUS_TAVILY_API_KEYNoTavily API key
ARGUS_CACHE_TTL_HOURSNoResult cache TTL168
ARGUS_LOG_FULL_RESULTSNoDumps everything at debug level if needed
ARGUS_SEARXNG_BASE_URLNoSearXNG endpointhttp://127.0.0.1:8080
ARGUS_RATE_LIMIT_WINDOWNoRate limit window (seconds)60
ARGUS_REMOTE_EXTRACT_KEYNoAPI key for the remote extraction service
ARGUS_REMOTE_EXTRACT_URLNoRemote auth extraction service URL (enables Playwright-based extraction for paywall domains)
ARGUS_REMOTE_EXTRACT_TIMEOUTNoTimeout (seconds) for remote extraction requests35
ARGUS_EXTRACTION_CACHE_TTL_HOURSNoExtraction cache TTL168

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
search_webC

Search the web using the Argus broker.

recover_urlC

Recover a dead, moved, or unavailable URL.

expand_linksC

Expand a query with related links for discovery.

search_healthB

Get health status of all search providers.

search_budgetsB

Get budget status for all providers.

test_providerC

Smoke-test a single provider.

extract_contentC

Extract clean text content from a URL.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
provider_statusCurrent status of all search providers.
provider_budgetsBudget status for all providers.
routing_policiesCurrent routing policies for each search mode.

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/Khamel83/argus'

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