Skip to main content
Glama

Higress AI-Search MCP Server

by cr7258

Higress AI-Search MCP 서버

개요

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

데모

클라인

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 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Higress를 통해 AI 모델이 실시간 인터넷 및 지식 검색을 수행하고 Google, Bing, Arxiv 및 내부 지식 기반의 최신 정보로 모델 응답을 향상시킬 수 있도록 하는 모델 컨텍스트 프로토콜 서버입니다.

  1. 개요
    1. 데모
      1. 클라인
      2. 클로드 데스크탑
    2. 특징
      1. 필수 조건
        1. 구성
          1. 옵션 1: uvx 사용
          2. 옵션 2: 로컬 개발에 uv 사용
        2. 특허

          Related MCP Servers

          • -
            security
            F
            license
            -
            quality
            A comprehensive suite of Model Context Protocol servers designed to extend AI agent Claude's capabilities with integrations for knowledge management, reasoning, advanced search, news access, and workspace tools.
            Last updated -
            5
            TypeScript
            • Apple
          • A
            security
            F
            license
            A
            quality
            A Model Context Protocol server that enables AI models to interact with SourceSync.ai's knowledge management platform for managing documents, ingesting content from various sources, and performing semantic searches.
            Last updated -
            25
            14
            • Apple
            • Linux
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that integrates with Microsoft Bing Search API, allowing AI assistants to perform web, news, and image searches.
            Last updated -
            3
            19
            Python
            MIT License
            • Apple
          • A
            security
            F
            license
            A
            quality
            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.
            Last updated -
            1
            44
            8
            JavaScript
            • Apple
            • Linux

          View all related MCP servers

          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