search-boost-mcp
search-boost-mcp
面向编程代理的多引擎网络搜索 MCP 服务器。通过一条 CLI 安装命令即可接入 Cursor、Cursor CLI、Codex、Claude Code、Grok Build 和 Antigravity。
search-boost 系列
项目
适用对象
链接
search-boost-mcp (本仓库)
Cursor · Codex · Claude · Grok · Antigravity 通过 MCP
你在这里
DeepSeek Harness 捆绑插件
pi 扩展
搜索引擎来自 dsh-search-boost(作为 npm 依赖捆绑):在 free 层,Bing、Exa-free、Google News 和 Yahoo 并行运行;api 层在此基础上增加 DuckDuckGo、Antigravity CLI(可用时)以及需要密钥的 Tavily / Brave / Exa。另外还包括:X/Twitter 回退、Jina 页面抓取和深度研究轮次。
v0.1.2 的新特性
free 层引擎池已重建:根据实际基准测试,通用搜索采用 Bing + Exa-free + Google News + Yahoo;DuckDuckGo 保留用于域名受限路由(例如带
site:查询的x_search回退)。x_search回退 会在多引擎域名搜索时自动添加site:x.com前缀,让关键词模式无需 XAI 凭据即可工作。
安装(推荐)
要求 Node ≥ 22.13。
npm install -g search-boost-mcp
search-boost setup # interactive: keys → layer → agents
# or non-interactive:
search-boost install -y # all detected agents安装后请重启每个代理,以便 MCP 重新加载。
各代理的一行命令
search-boost install -t cursor -y
search-boost install -t codex,claude -y --auto-allow
search-boost install -t grok -y --auto-allow
search-boost install -t antigravity --workspace --auto-allow -y预览但不写入:search-boost install --dry-run -y
Related MCP server: gemini-search-mcp
功能一览
MCP 工具 | 用途 |
| 多引擎并行搜索、去重、交叉排名 |
| 完整页面文本(Jina + HTML 回退,可选 |
| X/Twitter 关键词 / 用户 / 帖子串 |
| 一轮深度研究——空白与后续建议 |
| 显示或设置 |
| 缓存命中、引擎可用性、诊断信息 |
另外:资源 search-boost://policy · 提示词 search_routing
层
free——Bing + Exa-free + Google News + Yahoo;无需 API 密钥。DuckDuckGo 仅用于域名受限搜索(例如
x_search回退)。api——free 层引擎加上 DuckDuckGo、Antigravity CLI(可用时),以及设置了密钥时的 Tavily / Brave / Exa
密钥:search-boost config keys → ~/.dsh-search-boost-keys.json(或环境变量 TAVILY_API_KEY、BRAVE_API_KEY、EXA_API_KEY)。
CLI 速查表
命令 | 说明 |
| 交互式 TUI |
| 初始化(密钥 + 层 + 安装) |
| 将 MCP 和提示词接入代理 |
| 运行 MCP stdio 服务器(供代理使用) |
| 密钥、层、各代理的配置状态 |
| 密钥、默认层、原生搜索替换 |
| 打印 MCP 片段,不写入 |
| 机器可读的代理列表 |
安装选项: -t cursor,codex,…|auto|all · -y(非交互)· --dry-run · --auto-allow · --replace-native / --keep-native · --scope user|project(Grok)· --workspace(Antigravity .agents/)
支持的代理
代理 | MCP 配置 | 同时安装的内容 |
Cursor IDE / CLI |
| hook、skill、可选的 CLI 自动允许 |
Codex CLI |
| AGENTS.md、skill |
Claude Code |
| CLAUDE.md、skill、权限 |
Grok Build |
| rule、skill · grok-plugin |
Antigravity |
| AGENTS.md、GEMINI.md、skill、可选工作区 |
提示词采用模型自行判断的措辞(由你决定何时搜索,并非每轮强制)。各代理的模板参见 agents/。
原生网页搜索: Codex 的 web_search 和 Claude 的 WebSearch 可通过 --replace-native 禁用(-y 时默认启用)。Cursor / Antigravity 仅依赖 skill 和 hook 偏好。Grok 的原生浏览保持开启。
Grok 插件
grok plugin install ./grok-plugin --trust
search-boost install -t grok -y --auto-allow开发
git clone https://github.com/Mr-remon219/search-boost-mcp.git
cd search-boost-mcp && npm install
npm run check && npm run test:install && npm run smoke
node cli.mjs install --dry-run -y本地克隆安装会写入 node /path/to/cli.mjs serve(而不是 npx)。同级检出:如有需要,请设置 SEARCH_BOOST_DSH_ROOT=../dsh-search-boost。
许可证
MIT
链接: Issues · dsh-search-boost · pi-search-boost
友情链接: LINUX DO 社区
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceMCP server that enables coding agents to search X/Twitter and the web through the local Grok CLI, providing better search results than default Codex or Claude search without requiring an API key.383MIT
- AlicenseAqualityBmaintenanceMCP server for web search powered by Google AI Mode (Gemini). Enables any AI agent to search the web in real-time for free and without rate limits.2172MIT
- Alicense-qualityBmaintenanceA zero-config web search and fetch MCP server for LLM agents, featuring multi-backend metasearch, persistent rolling cache, and structured error envelopes for retry-friendly interactions.MIT
- AlicenseAqualityAmaintenanceFree, open-source web search gateway and MCP server for LLMs, AI agents, and RAG. It provides no-key web, code, academic, and community search with deduplication, ranking fusion, and citation-ready results.31MIT
Related MCP Connectors
Multi-engine search for AI agents. Trust scoring, local corpus, MCP-native. Self-hostable, BYOK.
Web search for AI agents — one tool across 6 engines, routed to the cheapest + cached.
Web research for agents: quality-scored Google search, webpage extraction, and deep research.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Mr-remon219/search-boost-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server