Argus
Verified Safeby IT-Square-Plus
Overview
An MCP server that provides comprehensive access to Brave Search API (web, image, video, news, autocomplete, spellcheck) for AI assistants like Claude Code.
Installation
docker-compose up -dSecurity Notes
API keys are handled securely by passing them via HTTP headers (per-request, not stored in container) for runtime functionality, and an optional environment variable for initial usage tracking. No 'eval' or similar dangerous functions are used. The `/test/set-usage` endpoint allows modifying in-memory usage counters for testing, which is acceptable for a locally-run development tool.
Similar Servers
brave-search-mcp-server
An MCP server that integrates the Brave Search API, providing comprehensive search capabilities including web search, local business search, image search, video search, news search, and AI-powered summarization.
mcp-omnisearch
Provides a unified interface for LLMs to access multiple web search, AI response, content processing, and enhancement tools from various providers through the Model Context Protocol (MCP).
opensearch-mcp-server-py
Enables AI assistants to interact with OpenSearch clusters, providing a standardized interface for search, mapping, and shard management.
mcp-server
Provides a Model Context Protocol (MCP) server for integrating comprehensive search and data extraction via SerpApi.