Higress AI-Search MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MODELYesLLM model to use for generating responses
HIGRESS_URLNoURL for the Higress servicehttp://localhost:8080/v1/chat/completions
INTERNAL_KNOWLEDGE_BASESNoDescription of internal knowledge bases

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
ai_search
Enhance AI model responses with real-time search results from search engines. This tool sends a query to Higress, which integrates with various search engines to provide up-to-date information: 🌐 **Internet Search**: Google, Bing, Quark - for general web information 📖 **Academic Search**: Arxiv - for scientific papers and research 👨‍💻 **Internal Knowledge Search**: Company policies, Product documentation, Technical specifications Args: query: The user's question or search query Returns: The enhanced AI response with search results incorporated