Skip to main content
Glama

search-boost-mcp

コーディングエージェント向けのマルチエンジンWeb検索MCPサーバーです。CLIを1回インストールするだけで、CursorCursor CLICodexClaude CodeGrok BuildAntigravityに組み込めます。

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ページ取得、deep-researchラウンドも含まれます。

中国語ドキュメント → README_zh.md

v0.1.2 の新機能

  • freeレイヤーのエンジンプールを再構築 — 実ベンチマークを経て、一般検索には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(キー不要)と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、skill、オプションのCLI auto-allow

Codex CLI

~/.codex/config.toml

AGENTS.md、skill

Claude Code

~/.claude.json

CLAUDE.md、skill、permissions

Grok Build

~/.grok/config.toml

rule、skill · grok-plugin

Antigravity

~/.gemini/config/mcp_config.json

AGENTS.md、GEMINI.md、skill、オプションのworkspace

プロンプトはモデルの裁量に委ねる表現(選択したときに検索 — 毎ターン強制はしない)を使用します。エージェントごとのテンプレートはagents/を参照してください。

ネイティブWeb検索: 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

詳細 → 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

リンク: Issues · 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