Higress AI-Search MCP Server
@cr7258
关于 Higress AI-Search MCP Server
An MCP server enhances AI responses with real-time search results via Higress ai-search.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"higress-ai-search-mcp-server": {
"command": "uvx",
"args": [
"higress-ai-search-mcp-server"
],
"env": {
"HIGRESS_URL": "http://localhost:8080/v1/chat/completions",
"MODEL": "qwen-turbo",
"INTERNAL_KNOWLEDGE_BASES": "Employee handbook, company policies, internal process documents"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Higress AI-Search MCP Server?
Higress AI-Search MCP Server is a Model Context Protocol (MCP) server that provides an AI search tool to enhance AI model responses with real‑time search results. It integrates with the Higress ai‑search feature to search various engines and internal knowledge bases.
How to use Higress AI-Search MCP Server?
Install via uvx (automatic install from PyPI) or clone the repository and use uv locally. Configure environment variables: HIGRESS_URL (optional, default http://localhost:8080/v1/chat/completions), MODEL (required), and INTERNAL_KNOWLEDGE_BASES (optional). Add the server configuration to your MCP client (e.g., Cline or Claude Desktop) with the appropriate command and args.
Key features of Higress AI-Search MCP Server
- Internet search via Google, Bing, and Quark
- Academic search via Arxiv for scientific papers
- Internal knowledge base search
- Real‑time enhancement of AI model responses
Use cases of Higress AI-Search MCP Server
- Provide up‑to‑date web information to an AI assistant during a conversation
- Retrieve latest academic research papers on a given topic
- Answer queries using company‑internal knowledge bases
- Augment LLM responses with current data from multiple search sources
FAQ from Higress AI-Search MCP Server
What does the server do?
It provides an AI search tool that fetches results from external search engines and internal knowledge bases, then feeds them into an AI model to improve answer quality.
What are the prerequisites?
You need uv installed and a running Higress instance configured with both the ai‑search and ai‑proxy plugins.
Is it required to have a Higress service running?
Yes. The server connects to a Higress service at the URL specified by HIGRESS_URL (default http://localhost:8080/v1/chat/completions).
What search engines are supported?
Google, Bing, Quark (general web search) and Arxiv (academic search). Internal knowledge base search is also supported.
How do I configure the server?
Set environment variables HIGRESS_URL, MODEL (required), and optionally INTERNAL_KNOWLEDGE_BASES. Then add the server configuration to your MCP client.
搜索 分类下的更多 MCP 服务器
mcp-omnisearch
spences10🔍 A Model Context Protocol (MCP) server providing unified access to multiple search engines (Tavily, Brave, Kagi, Exa), AI tools (Kagi FastGPT, Exa, Linkup), and content extraction services (Firecrawl, Tavily, Kagi). Includes GitHub search. All through a single interface.
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.
小红书自动搜索评论工具(MCP Server 2.0)
chenningling这是一款基于 Playwright 开发的小红书自动搜索和评论工具,作为 MCP Server,可通过特定配置接入 MCP Client(如Claude for Desktop),帮助用户自动完成登录小红书、搜索关键词、获取笔记内容及发布AI生成评论等操作。
Naver Search MCP Server
isnow890MCP server for Naver Search API integration. Provides comprehensive search capabilities across Naver services (web, news, blog, shopping, etc) and data trend analysis tools via DataLab API.
Serper Search and Scrape MCP Server
marcopesaniSerper MCP Server supporting search and webpage scraping
评论