Deep Search Lighting
@positive666
Deep Search Lighting について
A lightweight, pure web search solution for large language models, supporting multi-engine aggregated search, deep reflection and result evaluation. A balanced approach between web search and deep research, providing a framework-free implementation and mcp server for easy develo
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"deep_search_lightning": {
"command": "python",
"args": [
"test_demo.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Deep Search Lighting?
Deep Search Lighting is a lightweight, pure web search solution for large language models that supports multi-engine aggregated search, deep reflection, and result evaluation. It is designed for developers needing a framework-free, easy-to-integrate search capability across models of any size.
How to use Deep Search Lighting?
Install dependencies via pip install -r requirements.txt, rename .env.examples to .env, and fill in your model API information (OpenAI‑style APIs). Run the test case with python test_demo.py, launch the Streamlit demo with streamlit run streamlit_app.py, or start the built‑in MCP server with python mcp_server.py and connect the client via python langgraph_mcp_client.py.
Key features of Deep Search Lighting
- Multi-engine aggregated search (Baidu, DuckDuckGo, Bocha, Tavily)
- Reflection strategies for self-evaluation by the LLM
- Customizable pipelines for any LLM model
- OpenAI-style API compatibility out of the box
- Pure model source code for easy integration
- Built-in MCP server support
Use cases of Deep Search Lighting
- Enhancing an LLM with real‑time web search without a heavy framework
- Rapid prototyping of search‑augmented applications using free APIs
- Offering adjustable depth for balancing speed and result quality
- Running web search tasks on smaller LLMs that struggle with tool‑calling patterns
FAQ from Deep Search Lighting
What makes Deep Search Lighting different from traditional web search solutions for LLMs?
It is framework‑free, works with free APIs, supports models of any size, and includes a reflection mechanism for self‑evaluation, all while keeping implementation simple without web parsing or text chunking.
What runtime dependencies are required?
Python 3.11 and packages listed in requirements.txt; optionally install requirements_langchain.txt for LangChain support.
Which search engines are supported and what are their requirements?
Baidu (free, no key), DuckDuckGo (free but needs VPN), Bocha (requires API key), and Tavily (requires registration key). Baidu is enabled by default.
How do I configure and run the MCP server?
Set up your .env file with model API details, then run python mcp_server.py and python langgraph_mcp_client.py.
Is there any cost or performance limit mentioned?
No explicit cost or performance limit is stated, but the project emphasizes using free APIs for most engines and supporting adjustable depth to trade speed versus result quality.
「検索」の他のコンテンツ
Brave Search
modelcontextprotocolModel Context Protocol Servers
小红书自动搜索评论工具(MCP Server 2.0)
chenningling这是一款基于 Playwright 开发的小红书自动搜索和评论工具,作为 MCP Server,可通过特定配置接入 MCP Client(如Claude for Desktop),帮助用户自动完成登录小红书、搜索关键词、获取笔记内容及发布AI生成评论等操作。
Google News MCP Server
ChanMeng666【Star-crossed coders unite!⭐️】Model Context Protocol (MCP) server implementation providing Google News search capabilities via SerpAPI, with automatic news categorization and multi-language support.
Exa MCP Server 🔍
exa-labsExa MCP for web search and web crawling!
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.
コメント