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 - 과학 논문 및 연구용
- 내부 지식 검색
필수 조건
구성
서버는 환경 변수를 사용하여 구성할 수 있습니다.
HIGRESS_URL
(선택 사항): Higress 서비스의 URL(기본값:http://localhost:8080/v1/chat/completions
).MODEL
(필수): 응답을 생성하는 데 사용할 LLM 모델입니다.INTERNAL_KNOWLEDGE_BASES
(선택 사항): 내부 지식 기반에 대한 설명입니다.
옵션 1: uvx 사용
uvx를 사용하면 PyPI에서 패키지가 자동으로 설치되므로 로컬로 저장소를 복제할 필요가 없습니다.
지엑스피1
옵션 2: 로컬 개발에 uv 사용
uv를 사용하려면 로컬로 저장소를 복제하고 소스 코드 경로를 지정해야 합니다.
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.
You must be authenticated.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
Higress를 통해 AI 모델이 실시간 인터넷 및 지식 검색을 수행하고 Google, Bing, Arxiv 및 내부 지식 기반의 최신 정보로 모델 응답을 향상시킬 수 있도록 하는 모델 컨텍스트 프로토콜 서버입니다.
Related Resources
Related MCP Servers
- -securityFlicense-qualityA 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 -5TypeScript
- AsecurityFlicenseAqualityA 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 -2514
- AsecurityAlicenseAqualityA Model Context Protocol server that integrates with Microsoft Bing Search API, allowing AI assistants to perform web, news, and image searches.Last updated -319PythonMIT License
- AsecurityFlicenseAqualityA 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 -1448JavaScript