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.
Integrations
Retrieves projects from Cloudflare for backup purposes using the Cloudflare API
Backs up Cloudflare projects to GitHub repositories, allowing automatic storage and versioning of project data
Cloudflare에서 GitHub로 백업 MCP 서버
이는 Cloudflare 프로젝트를 GitHub 저장소에 백업하는 MCP(Model Context Protocol) 서버입니다.
필수 조건
- Node.js와 npm이 설치되었습니다.
- 프로젝트에 대한 읽기 권한이 있는 Cloudflare 계정과 API 토큰.
- GitHub 계정과 "repo" 범위의 개인 액세스 토큰.
- 백업을 저장할 GitHub 저장소.
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 GitHub Backup에 Cloudflare를 자동으로 설치하는 방법:
지엑스피1
수동 설치
- 이 저장소를 복제하세요:Copy
- 종속성 설치:Copy
- 프로젝트를 빌드하세요Copy
구성
- Cloudflare API 토큰을 얻으세요:
- Cloudflare 대시보드로 이동합니다.
- "내 프로필" -> "API 토큰"으로 이동합니다.
- "토큰 생성"을 클릭하세요.
- 토큰에 프로젝트를 읽는 데 필요한 권한이 있는지 확인하세요.
- 토큰을 복사하세요.
- GitHub 개인 액세스 토큰을 받으세요:
- GitHub 설정으로 이동합니다.
- "개발자 설정" -> "개인 액세스 토큰"으로 이동합니다.
- "새로운 토큰 생성"을 클릭하세요.
- "repo" 범위를 선택하세요.
- 토큰을 복사하세요.
cline_mcp_settings.json
파일을 편집합니다.Copy/path/to/cloudflare-github-backup``cloudflare-github-backup
디렉토리의 실제 경로로 바꾸세요.your_cloudflare_api_token
,your_github_access_token
,your_github_repo_name
실제 토큰과 저장소 이름으로 바꾸세요.
용법
- VS Code 확장 프로그램을 다시 시작하여 MCP 서버를 시작합니다.
use_mcp_tool
도구를 사용하여backup_projects
도구를 호출합니다.그러면 백업 프로세스가 시작됩니다. 서버는 콘솔에 진행 상황을 알리는 메시지를 기록합니다.Copy
메모
현재 백업 로직은 임시적인 기능일 뿐입니다. 콘솔에 메시지를 기록하지만 실제 백업을 수행하지는 않습니다. 다음 단계는 Cloudflare 및 GitHub API를 사용하여 실제 백업 로직을 구현하는 것입니다.
This server cannot be installed
Cloudflare 프로젝트를 GitHub 저장소에 자동으로 백업하는 MCP 서버로, Cloudflare 구성과 자산을 체계적으로 보존할 수 있는 방법을 제공합니다.