Merge pull request #4283 from MapleMapleCat/docs/add-grok-search-mcp

docs(readme): add Grok Search MCP project entry
This commit is contained in:
Luis Pater
2026-07-14 05:20:55 +08:00
committed by GitHub
3 changed files with 12 additions and 0 deletions

View File

@@ -253,6 +253,10 @@ VS Code extension that brings your Claude, ChatGPT/Codex, Antigravity, Grok, and
A PowerShell-based Windows system tray launcher for CLIProxyAPI. It supports running in the background without a console window, opening the management page, keeping the backend running after the management window closes, and reopening the page from the tray. It also supports checking for CLIProxyAPI updates on startup, SHA-256 verification with rollback, one-click CLIProxyAPI restart and update, PID-validated process management, and safe service shutdown.
### [Grok Search MCP](https://github.com/MapleMapleCat/Grok_Search_Mcp)
An HTTP-only Model Context Protocol server that uses a CLIProxyAPI deployment to provide Grok-powered real-time web search, X/Twitter search, and model discovery to MCP clients. It adds MCP transport, client API-key management, quotas, usage tracking, and a web administration panel.
> [!NOTE]
> If you developed a project based on CLIProxyAPI, please open a PR to add it to this list.

View File

@@ -250,6 +250,10 @@ VS Code 扩展,可将你的 Claude、ChatGPT/Codex、Antigravity、Grok 和 Ki
基于 PowerShell 的 Windows CLIProxyAPI 托盘启动工具。支持无终端窗口后台运行、打开管理页面、关闭管理窗口后保持后端运行,并可通过托盘重新打开页面;同时支持启动时自动检查 CLIProxyAPI 更新、SHA-256 校验与失败回滚、一键重启并更新 CLIProxyAPI、基于 PID 校验的进程管理以及安全停止服务。
### [Grok Search MCP](https://github.com/MapleMapleCat/Grok_Search_Mcp)
一个仅支持 HTTP 传输的模型上下文协议(MCP)服务器,使用 CLIProxyAPI 部署为 MCP 客户端提供由 Grok 驱动的实时网页搜索、X/Twitter 搜索和模型发现功能。它还提供 MCP 传输、客户端 API 密钥管理、配额、用量跟踪和 Web 管理面板。
> [!NOTE]
> 如果你开发了基于 CLIProxyAPI 的项目,请提交一个 PR(拉取请求)将其添加到此列表中。

View File

@@ -249,6 +249,10 @@ Claude、ChatGPT/Codex、Antigravity、Grok、Kimi のサブスクリプショ
PowerShellベースのWindows向けCLIProxyAPIシステムトレイランチャー。コンソールウィンドウを表示せずにバックグラウンドで実行し、管理ページを開き、管理ウィンドウを閉じた後もバックエンドを維持してトレイからページを再表示できます。起動時のCLIProxyAPI更新確認、SHA-256検証と失敗時のロールバック、ワンクリックでのCLIProxyAPI再起動と更新、PID検証に基づくプロセス管理、安全なサービス停止にも対応しています。
### [Grok Search MCP](https://github.com/MapleMapleCat/Grok_Search_Mcp)
HTTP専用のModel Context Protocol(MCP)サーバーです。CLIProxyAPIのデプロイメントを利用して、MCPクライアントにGrokを活用したリアルタイムWeb検索、X/Twitter検索、モデル検出を提供します。MCPトランスポート、クライアントAPIキー管理、クォータ、使用量追跡、Web管理パネルも備えています。
> [!NOTE]
> CLIProxyAPIをベースにプロジェクトを開発した場合は、PRを送ってこのリストに追加してください。