Skip to main content
Glama

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 이용)

현재 위치

dsh-search-boost

DeepSeek Harness 번들 플러그인

GitHub · npm

pi-search-boost

pi 확장

GitHub · npm

검색 엔진은 dsh-search-boost (npm 종속성으로 번들됨)에서 제공됩니다. free 계층에서는 Bing, Exa-free, Google News, Yahoo가 병렬로 실행되고, api 계층에서는 DuckDuckGo, Antigravity CLI(사용 가능한 경우), 그리고 키가 설정된 Tavily / Brave / Exa가 추가됩니다. 또한 X/Twitter 폴백, Jina 페이지 가져오기, 딥-리서치 라운드가 포함됩니다.

중국어 문서 → README_zh.md

v0.1.2의 새로운 기능

  • 무료 계층 엔진 풀 재구축 — 실시간 벤치마크 후 일반 검색에는 Bing + Exa-free + Google News + Yahoo를 사용하고, 도메인 제한 경로(예: site: 쿼리와 함께 x_search 폴백)에는 DuckDuckGo를 유지합니다.

  • x_search 폴백 — 다중 엔진 도메인 검색에 site:x.com을 자동으로 앞에 추가하므로 XAI 자격 증명 없이도 키워드 모드가 작동합니다.

  • dsh-search-boost@0.1.2에 의존합니다.


설치 (권장)

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 도구

용도

fused_search

다중 엔진 병렬 검색, 중복 제거, 교차 랭킹

fetch_page

전체 페이지 텍스트 (Jina + HTML 폴백, 선택적 focus)

x_search

X/Twitter 키워드 / 사용자 / 스레드

deep_research

연구 1라운드 — 공백 + 제안된 후속 작업

search_layer

free(키 없음) vs api(키 있는 엔진) 표시 또는 설정

search_stats

캐시 적중, 엔진 가용성, 진단

또한: 리소스 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 치트 시트

명령

설명

search-boost

대화형 TUI

search-boost setup

온보딩 (키 + 계층 + 설치)

search-boost install / uninstall

에이전트에 MCP + 프롬프트 연결

search-boost serve

MCP stdio 서버 실행 (에이전트가 사용)

search-boost status

키, 계층, 에이전트별 구성 상태

search-boost config keys|layer|search

키, 기본 계층, 기본 검색 대체

search-boost print <agent>

쓰지 않고 MCP 스니펫 출력

search-boost agents

기계가 읽을 수 있는 에이전트 목록

설치 플래그: -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

~/.cursor/mcp.json

hook, 스킬, 선택적 CLI 자동 허용

Codex CLI

~/.codex/config.toml

AGENTS.md, 스킬

Claude Code

~/.claude.json

CLAUDE.md, 스킬, 권한

Grok Build

~/.grok/config.toml

규칙, 스킬 · grok-plugin

Antigravity

~/.gemini/config/mcp_config.json

AGENTS.md, GEMINI.md, 스킬, 선택적 워크스페이스

프롬프트는 모델 재량 방식으로 작성됩니다(원할 때 검색 — 매 턴 강제하지 않음). 에이전트별 템플릿은 agents/를 참조하세요.

기본 웹 검색: Codex web_search와 Claude WebSearch--replace-native로 비활성화할 수 있습니다(-y에서 기본값). Cursor / Antigravity는 스킬 + hook 기본 설정만 사용합니다. Grok 기본 브라우징은 켜 둡니다.


Grok 플러그인

grok plugin install ./grok-plugin --trust
search-boost install -t grok -y --auto-allow

자세한 내용 → grok-plugin/README.md


개발

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


링크: 이슈 · dsh-search-boost · pi-search-boost

친구 링크: LINUX DO 커뮤니티

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    B
    maintenance
    MCP 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.
    38
    3
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    MCP 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.
    2
    172
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    A 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
  • A
    license
    A
    quality
    A
    maintenance
    Free, 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.
    3
    1
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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