UseKeen 문서 MCP 서버(Python)
UseKeen 패키지 문서 검색 API를 위한 MCP 서버로, Claude와 다른 AI 도우미가 패키지와 서비스 문서를 검색할 수 있도록 해줍니다.
도구
usekeen_package_doc_search
패키지 및 서비스 문서를 검색하여 구현 세부 정보, 예제 및 사양을 찾으세요.
필수 입력 사항:
package_name
(문자열): 문서를 검색할 패키지 또는 서비스의 이름(예: 'react', 'aws-s3', 'docker')
선택 입력 사항:
query
(문자열): 패키지/서비스 설명서에서 특정 정보를 찾기 위한 검색어(예: '파일 업로드 예시', '인증 방법')
반환: 관련 일치 항목, URL 및 스니펫이 포함된 문서 검색 결과
설정
UseKeen 서비스에서 UseKeen API 키 가져오기
아래와 같이 API 키로 환경을 설정하세요.
설치
PyPI에서
지엑스피1
출처에서
Claude Desktop과 함께 사용
claude_desktop_config.json
에 다음을 추가하세요.
VS Code를 사용한 사용
수동 설치의 경우, VS Code의 사용자 설정(JSON) 파일에 다음 JSON 블록을 추가하세요. Ctrl + Shift + P
를 누르고 Preferences: Open Settings (JSON)
입력하면 됩니다.
원하는 경우, 작업 공간의 .vscode/mcp.json
파일에 추가할 수 있습니다. 이렇게 하면 다른 사용자와 구성을 공유할 수 있습니다.
.vscode/mcp.json
파일에는mcp
키가 필요하지 않습니다.
수동 설정
도우미 스크립트 사용
서버를 더 쉽게 실행할 수 있도록 두 가지 도우미 스크립트를 제공합니다.
로컬 실행 :
Docker 실행 :
두 스크립트 모두 USEKEEN_API_KEY
가 포함된 .env
파일을 확인합니다. 제공된 .env.example
파일을 기반으로 이 파일을 생성할 수 있습니다.
Python으로 실행하기
USEKEEN_API_KEY
환경 변수를 설정하고 서버를 실행합니다.
Docker로 실행
API 키로 Docker 컨테이너를 빌드하고 실행합니다.
환경 변수
USEKEEN_API_KEY
: 필수. 인증을 위한 UseKeen API 키입니다.
문제 해결
오류가 발생하면 다음 사항을 확인하세요.
귀하의 UseKeen API 키는 유효하며 구성에 올바르게 설정되었습니다.
UseKeen API에 접속하려면 활성 인터넷 연결이 필요합니다.
UseKeen 서비스는 현재 이용 가능합니다.
특허
이 MCP 서버는 MIT 라이선스에 따라 라이선스가 부여됩니다. 즉, MIT 라이선스의 약관에 따라 소프트웨어를 자유롭게 사용, 수정 및 배포할 수 있습니다.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
AI 어시스턴트가 패키지 및 서비스 문서를 검색하여 구현 세부 정보, 예제 및 사양을 찾을 수 있도록 합니다.
Related MCP Servers
- -securityFlicense-qualityEnables AI assistants to enhance their responses with relevant documentation through a semantic vector search, offering tools for managing and processing documentation efficiently.Last updated -3542
- -securityAlicense-qualityProvides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.Last updated -35MIT License
- -securityFlicense-qualityEnables AI assistants to search for documentation of packages and services, providing implementation details, examples, and specifications through a specialized API.Last updated -112
- AsecurityAlicenseAqualityProvides tools to interact with the Dash documentation browser API, allowing users to list installed docsets, search across documentation, and enable full-text search.Last updated -332MIT License