Higress AI-Search MCP Server logo

Higress AI-Search MCP Server

by MCP-Mirror

This MCP server enhances AI model responses with real-time search results from various search engines using Higress' AI-Search feature. It provides a way to integrate internet, academic, and internal knowledge search into AI model interactions.

View on GitHub

Last updated: N/A

What is Higress AI-Search MCP Server?

The Higress AI-Search MCP Server is a Model Context Protocol server that leverages the Higress AI-Search feature to augment AI model responses with up-to-date information retrieved from multiple search engines. It acts as an intermediary, enriching the context provided to the AI model before it generates a response.

How to use Higress AI-Search MCP Server?

To use the server, you need to configure Higress with the ai-search and ai-proxy plugins. The server can be run using uvx or uv, with environment variables specifying the Higress URL, the LLM model to use, and descriptions of internal knowledge bases. Example configurations are provided for both uvx and uv.

Key features of Higress AI-Search MCP Server

  • Internet Search (Google, Bing, Quark)

  • Academic Search (Arxiv)

  • Internal Knowledge Search

  • Integration with Higress AI-Search

  • Configurable search sources

  • Real-time information retrieval

Use cases of Higress AI-Search MCP Server

  • Enhancing chatbot responses with current events

  • Providing AI models with access to scientific research

  • Integrating internal knowledge bases into AI workflows

  • Improving the accuracy and relevance of AI-generated content

  • Supporting AI-powered question answering systems

FAQ from Higress AI-Search MCP Server

What is Higress?

Higress is a gateway that provides features like AI-Search.

What is MCP?

MCP stands for Model Context Protocol, a protocol for providing context to AI models.

What search engines are supported?

The server supports Google, Bing, Quark for general web information and Arxiv for academic research.

What are the prerequisites for using this server?

You need uv for package installation and Higress configured with the ai-search and ai-proxy plugins.

How do I configure the server?

The server is configured using environment variables such as HIGRESS_URL, MODEL, and INTERNAL_KNOWLEDGE_BASES.