Coolify MCP 서버
Coolify API와의 통합을 제공하는 모델 컨텍스트 프로토콜 서버입니다. 이 서버는 MCP 도구를 통해 Coolify 인스턴스와의 상호 작용을 지원합니다.
호환성: Coolify 버전 4.0.0-beta.397로 테스트됨
필수 조건
Node.js 18 이상
Coolify 기본 URL
Coolify API 토큰
특징
팀 관리(목록, 세부 정보 가져오기, 멤버)
서버 관리(리소스 생성, 검증, 도메인)
서비스 수명 주기 관리(시작, 중지, 재시작)
애플리케이션 수명 주기 관리(시작, 중지, 다시 시작, 명령 실행)
배포 추적
개인 키 관리
버전 및 상태 검사
설치
지엑스피1
구성
서버에는 두 개의 환경 변수가 필요합니다.
COOLIFY_BASE_URL
: Coolify 인스턴스의 기본 URLCOOLIFY_TOKEN
: Coolify API 토큰
API 토큰 받기
Coolify 인스턴스로 이동하세요
Keys & Tokens
/API tokens
으로 이동다음 필수 권한을 사용하여 새 토큰을 만듭니다.
읽기(정보를 가져오기 위해)
쓰기(리소스 관리용)
배포(배포 작업용)
용법
MCP 설정에서
MCP 설정 구성에 다음을 추가하세요.
Windows Cline 사용자에게는 다음이 필요할 수 있습니다.
사용 가능한 도구
버전 및 상태
get_version
: Coolify 버전 정보 가져오기health_check
: Coolify API 상태 확인
팀
list_teams
: 모든 팀 나열get_team
: 특정 팀의 세부 정보를 가져옵니다.get_current_team
: 현재 팀 세부 정보를 가져옵니다.get_current_team_members
: 현재 팀 멤버를 가져옵니다
서버
list_servers
: 모든 서버 나열create_server
: 새로운 서버를 생성합니다validate_server
: 서버 구성 검증get_server_resources
: 서버 리소스 사용량 가져오기get_server_domains
: 서버 도메인 가져오기
서비스
list_services
: 모든 서비스 나열create_service
: 새로운 서비스를 생성합니다start_service
: 서비스 시작stop_service
: 서비스 중지restart_service
: 서비스를 다시 시작합니다
응용 프로그램
list_applications
: 모든 애플리케이션 나열create_application
: 새로운 애플리케이션을 생성합니다start_application
: 애플리케이션 시작stop_application
: 애플리케이션을 중지합니다.restart_application
: 애플리케이션을 다시 시작합니다.execute_command_application
: 애플리케이션 컨테이너에서 명령을 실행합니다.
배포
list_deployments
: 모든 배포 나열get_deployment
: 배포 세부 정보 가져오기
개인 키
list_private_keys
: 모든 개인 키 나열create_private_key
: 새로운 개인 키를 생성합니다
특허
MIT
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
Coolify API와 통합을 제공하는 모델 컨텍스트 프로토콜 서버로, DevOps 팀이 MCP 도구를 통해 Coolify 배포, 애플리케이션, 서비스 및 서버를 관리할 수 있도록 합니다.
Related MCP Servers
- -securityAlicense-qualityMCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.Last updated -04MIT License
- -securityAlicense-qualityMCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.Last updated -73MIT License
- -securityFlicense-qualityA Model Context Protocol server that enables AI assistants to interact with Coolify instances through natural language, allowing management of servers, applications, databases, and deployments.Last updated -3053
- -securityAlicense-qualityAn MCP server that enables AI assistants to manage infrastructure, applications, databases, and services through the Coolify PaaS platform.Last updated -63MIT License