๐ง
CortexScout
๐งMCP Servercortex-works/cortex-scout
What it does
|A self-hostable Rust binary that provides deep research and web extraction for AI agents via MCP. Features web search, batch fetching, crawling, and schema-driven extraction with progressive fallbacks for anti-bot handling including CDP rendering and human-in-the-loop workflows.
glamahybrid
Installation
Claude CodeAdd MCP server via Claude CodeAuto-generated from README. View full documentation on GitHub โ
claude mcp add cortex-scout -- env RUST_LOG=warn CORTEX_SCOUT_TOOL_TIMEOUT_SECS=90 CORTEX_SCOUT_TOOL_TIMEOUT_SECS_SCRAPE_URL=90 CORTEX_SCOUT_TOOL_TIMEOUT_SECS_SEARCH_STRUCTURED=120 CORTEX_SCOUT_TOOL_TIMEOUT_SECS_VISUAL_SCOUT=45 CORTEX_SCOUT_BROWSER_LAUNCH_TIMEOUT_SECS=12 CORTEX_SCOUT_BROWSER_TAB_PROBE_TIMEOUT_SECS=4 CORTEX_SCOUT_SCRAPE_STAGE_TIMEOUT_SECS=20 CORTEX_SCOUT_SCRAPE_STAGE_TIMEOUT_SECS_CDP_INITIAL_ATTEMPT=25 CORTEX_SCOUT_SCRAPE_STAGE_TIMEOUT_SECS_CDP_RETRY_ATTEMPT=25 CORTEX_SCOUT_SCRAPE_STAGE_TIMEOUT_SECS_FORCED_CDP_ATTEMPT=25 CORTEX_SCOUT_SCRAPE_STAGE_TIMEOUT_SECS_NATIVE_CDP_FALLBACK=25 SEARCH_ENGINES=google,bing,duckduckgo,brave LANCEDB_URI=/YOUR_PATH/cortex-scout/lancedb HTTP_TIMEOUT_SECS=30 MAX_CONTENT_CHARS=10000 /YOUR_PATH/cortex-scout/mcp-server/target/release/cortex-scout-mcpMCP Client ConfigurationServer configuration (JSON)
{
"servers": {
"cortex-scout": {
"type": "stdio",
"command": "...62
Last UpdatedApr 10, 2026