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
Allows GitHub organization management, including listing organizations, repositories, creating repositories, adding collaborators, and updating repository settings using the GitHub API
GitHub 관리자 MCP 서버
GitHub 관리를 위한 모델 컨텍스트 프로토콜 서버
TypeScript 기반 MCP 서버는 GitHub API를 통해 GitHub 조직, 저장소 및 공동작업자를 관리하는 도구를 제공합니다.
특징
GitHub 관리 도구
list_orgs
: 인증된 사용자가 속한 GitHub 조직을 나열합니다.list_repos
: 지정된 조직의 저장소를 나열합니다.create_repo
: 조직에 새 저장소를 만듭니다.add_collaborator
: 저장소에 협력자를 추가합니다.update_repo_settings
: 저장소 설정 업데이트
개발
설치
지엑스피1
짓다
자동 재구축을 통한 개발
테스트
단위 테스트 실행:
적용 범위를 사용하여 테스트 실행:
구성
환경 변수
GITHUB_TOKEN
: 필수 범위를 포함하는 GitHub 개인 액세스 토큰
MCP 서버 설치
Claude Desktop과 함께 사용하려면 서버 구성을 추가하세요.
MacOS의 경우: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json
디버깅
패키지 스크립트로 제공되는 MCP Inspector를 사용하는 것이 좋습니다.
검사기는 브라우저에서 디버깅 도구에 액세스할 수 있는 URL을 제공합니다.
You must be authenticated.
TypeScript 기반 MCP 서버를 사용하면 사용자는 구조화된 프롬프트와 리소스를 통해 노트를 만들고 요약하는 기능을 통해 간단한 노트 시스템을 관리할 수 있습니다.