Aliyun MCP 서버
이 MCP 서버는 Claude를 통해 Aliyun(Alibaba Cloud) 서비스와 상호작용하기 위한 도구를 제공합니다.
특징
- SLS(Simple Log Service) 로그 쿼리
- (미래) ECS 인스턴스 관리
- (미래) 서버리스 기능 배포
구성
- 서버를 빌드하세요:
지엑스피1
Claude Desktop과 함께 사용
claude_desktop_config.json에 서버를 추가합니다.
Cline 구성
VSCode 설정 cline_mcp_settings.json
내의 Cline MCP 설정 파일에 서버를 추가합니다.
/path/to/aliyun-mcp-server
이 저장소의 실제 경로로 바꾸고 Aliyun 자격 증명을 제공하세요.
용법
구성이 완료되면 Claude에게 SLS 로그를 쿼리하도록 요청할 수 있습니다.
클로드는 MCP 서버를 사용하여 쿼리를 실행하고 결과를 반환합니다.
사용 가능한 도구
쿼리SLS로그
Aliyun SLS(Simple Log Service) 로그를 쿼리합니다.
매개변수:
project
(필수): SLS 프로젝트 이름logstore
(필수): SLS logstore 이름query
(필수): SLS 쿼리 문from
(선택 사항): 시작 시간(밀리초)(기본값은 1시간 전)- (선택 사항):
to
시간(밀리초)(기본값은 현재) limit
(선택 사항): 반환할 로그의 최대 수(기본값: 100, 최대값: 1000)offset
(선택 사항): 페이지 매김을 위한 오프셋(기본값: 0)reverse
(선택 사항): 결과를 역순으로 반환할지 여부(기본값: false)
예:
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.
Tools
사용자가 자연어 명령을 통해 Aliyun(Alibaba Cloud) Simple Log Service 로그를 쿼리하고 분석할 수 있는 Claude 통합 도구입니다.
Related MCP Servers
- -securityFlicense-qualityA simple server that integrates with Claude to allow querying and manipulating Notion pages and databases through natural language prompts.Last updated -706JavaScript
- -securityAlicense-qualityA modular server implementation for Claude AI assistants with integrated tools, enabling Claude to perform actions and access external resources like file systems, web searches, browser automation, financial data, and document generation.Last updated -86PythonMIT License
- -securityAlicense-qualityIntegrates with Claude to enable intelligent querying of documentation data, transforming crawled technical documentation into an actionable resource that LLMs can directly interact with.Last updated -1,776TypeScriptApache 2.0
- -securityFlicense-qualityAn integration tool that connects Claude AI with Odoo database, allowing users to explore Odoo models, search data, and create reports through natural language commands.Last updated -Python