Argus
@Khamel83
Argus について
One endpoint, five search providers. Argus routes queries across SearXNG, Brave, Serper, Tavily, and Exa with automatic fallback, RRF result ranking, health tracking, and budget enforcement. Extract clean text from any URL. Remember prior queries for smarter follow-ups. Zero exte
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"argus": {
"command": "argus",
"args": [
"mcp",
"serve"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Argus?
Argus is a search aggregation server that routes queries across five search providers—SearXNG, Brave, Serper, Tavily, and Exa—with automatic fallback, RRF result ranking, health tracking, and budget enforcement. It also extracts clean text from any URL and remembers prior queries for smarter follow-ups. It uses SQLite as its only database and has no external dependencies. Argus is designed for developers and users who need resilient, multi-source search with cost control.
How to use Argus?
Connect to Argus via HTTP, CLI, MCP (Model Context Protocol), or Python import. The server exposes a single endpoint for all search operations.
Key features of Argus
- One endpoint routing to five search providers
- Automatic fallback between providers
- RRF (Reciprocal Rank Fusion) result ranking
- Health tracking for each provider
- Budget enforcement per query or time period
- Clean text extraction from any URL
- Query memory for contextual follow-ups
- Zero external database dependencies (SQLite only)
Use cases of Argus
- Building a multi-provider search backend with graceful degradation
- Enforcing cost limits on search API usage across teams
- Aggregating and ranking results from multiple search engines
- Extracting clean content from arbitrary URLs for analysis
- Creating conversational search tools that remember prior queries
FAQ from Argus
Which search providers does Argus support?
Argus supports SearXNG, Brave, Serper, Tavily, and Exa, with automatic fallback between them.
What are Argus’s runtime dependencies?
Argus requires only SQLite as its database—no external database servers are needed.
How can I connect to Argus?
You can connect via HTTP, CLI, MCP (Model Context Protocol), or by importing it as a Python module.
Does Argus store my search queries?
Yes, Argus remembers prior queries in its SQLite database to enable smarter follow-ups. It does not require any external storage.
What authentication or transport protocols does Argus support?
—
「検索」の他のコンテンツ
Exa MCP Server 🔍
exa-labsExa MCP for web search and web crawling!
perplexity-mcp MCP server
jsonallenA Model Context Protocol (MCP) server that provides web search functionality using Perplexity AI's API.
Google Search MCP Server
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
Perplexity MCP Server
wysh3MCP web search using perplexity without any API KEYS
Search Console Mcp
saurabhsharma2uSearch & analytics data as infrastructure — MCP server for Google Search Console, Bing Webmaster Tools, and GA4, designed for AI agents and automation.
コメント