Skip to main content
Glama
Khamel83
by Khamel83

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

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": 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.

extract_contentA

Extract clean text content from a URL. Pass domain for authenticated extraction on paywall sites.

valyu_answerB

Get an AI-synthesized answer with citations. Uses Valyu Answer API ($0.10+/request).

argus_pathsA

Show the resolved Argus runtime storage paths.

recover_dead_articleC

Recover a dead article into a local report with citations.

capture_siteC

Capture the important parts of a site and summarize them.

build_research_packC

Build a local pack with official docs plus external research.

search_healthB

Get health status of all search providers.

search_budgetsB

Get budget status for all providers.

test_providerC

Smoke-test a single provider.

cookie_healthA

Get health status of all configured cookie domains.

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.
corpus_pathsResolved Argus runtime storage paths.

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