Skip to main content
Glama
cr7258

Higress AI-Search MCP Server

by cr7258

Higress AI-Search MCP 서버

개요

Higress ai-search 기능을 통해 다양한 검색 엔진의 실시간 검색 결과로 AI 모델의 응답을 향상시키는 AI 검색 도구를 제공하는 MCP(Model Context Protocol) 서버입니다.

Related MCP server: OneSearch MCP Server

데모

클라인

https://github.com/user-attachments/assets/60a06d99-a46c-40fc-b156-793e395542bb

클로드 데스크탑

https://github.com/user-attachments/assets/5c9e639f-c21c-4738-ad71-1a88cc0bcb46

특징

  • 인터넷 검색 : Google, Bing, Quark - 일반 웹 정보 검색

  • 학술 검색 : Arxiv - 과학 논문 및 연구용

  • 내부 지식 검색

필수 조건

  • 패키지 설치를 위한 uv .

  • ai-search 플러그인과 ai-proxy 플러그인을 사용하여 Higress를 구성합니다.

구성

서버는 환경 변수를 사용하여 구성할 수 있습니다.

  • HIGRESS_URL (선택 사항): Higress 서비스의 URL(기본값: http://localhost:8080/v1/chat/completions ).

  • MODEL (필수): 응답을 생성하는 데 사용할 LLM 모델입니다.

  • INTERNAL_KNOWLEDGE_BASES (선택 사항): 내부 지식 기반에 대한 설명입니다.

옵션 1: uvx 사용

uvx를 사용하면 PyPI에서 패키지가 자동으로 설치되므로 로컬로 저장소를 복제할 필요가 없습니다.

지엑스피1

옵션 2: 로컬 개발에 uv 사용

uv를 사용하려면 로컬로 저장소를 복제하고 소스 코드 경로를 지정해야 합니다.

{
  "mcpServers": {
    "higress-ai-search-mcp-server": {
      "command": "uv",
      "args": [
        "--directory",
        "path/to/src/higress-ai-search-mcp-server",
        "run",
        "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"
      }
    }
  }
}

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.

Install Server
A
license - permissive license
A
quality
C
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.

Tools

Related MCP Servers

  • A
    license
    B
    quality
    A
    maintenance
    🔍 A Model Context Protocol (MCP) server providing unified access to multiple search engines (Tavily, Brave, Kagi), AI tools (Perplexity, FastGPT), and content processing services (Jina AI, Kagi). Combines search, AI responses, content processing, and enhancement features through a single interface.
    3
    298
    341
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    A Model Context Protocol server that enables AI assistants to perform real-time web searches, retrieving up-to-date information from the internet via a Crawler API.
    1
    81
    39
    ISC

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • A Model Context Protocol server for Wix AI tools

  • Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.

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/cr7258/higress-ai-search-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server