che-ical-mcp

(★ 33)

macOS Calendar & Reminders MCP server (29 tools) — native Swift EventKit for Claude Desktop & Code. Events + reminders CRUD, recurring, batch ops, conflict & duplicate detection, per-event timezone, undo/redo, #tags, --cli mode, SwiftUI --setup TCC flow, --self-update. Developer-ID signed + notarized for macOS 26. iCloud/Google/Exchange.

파일 탐색기

  • .gitattributes
  • .gitignore
  • .spectra.yaml
  • AGENTS.md
  • CHANGELOG.md
  • CLAUDE.md
  • glama.json
  • LICENSE
  • Makefile
  • Package.resolved
  • Package.swift
  • PRIVACY.md
  • PROMOTION.md
  • README.md
  • README_zh-TW.md
  • server.json

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

claude

설명 보기 ▼

코드베이스를 이해하고 자연어 명령을 통해 더 빠르게 코딩할 수 있도록 도와주는 에이전트 기반 코딩 도구.
더 많은 정보: <https://code.claude.com/docs/en/cli-reference>.

claude prompt

프롬프트로 실행:

claude update

`claude`를 업데이트:

claude mcp list

지정된 MCP 서버 목록을 표시:

🔍

comm

설명 보기 ▼

두 파일의 공통되는 줄을 선택하거나 거절합니다.
두 파일 모두 정렬되어 있어야합니다.
더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/comm-invocation.html>.

comm {{file1}} {{file2}}

세 개의 탭으로 구분된 열을 생성합니다: 첫 번째 파일에는 줄만, 두 번째 파일에서는 줄들과 공통 줄:

comm -12 {{file1}} {{file2}}

두 파일의 공통된 줄들만 출력:

cat {{file1}} | comm -12 - {{file2}}

`stdin`으로 읽어드린 하나의 파일과 나머지 파일의 공통된 줄들만 출력:

🔍

gh release

설명 보기 ▼

Manage GitHub releases.

gh release {{[ls|list]}}

List releases in a GitHub repository, limited to 30 items:

gh release view {{tag}}

Display information about a specific release:

gh release {{[new|create]}} {{tag}}

Create a new release:

🔍

git clone

설명 보기 ▼

Clone an existing repository.

git clone {{remote_repository_location}} {{path/to/directory}}

Clone an existing repository into a new directory (the default directory is the repository name):

git clone --recursive {{remote_repository_location}}

Clone an existing repository and its submodules:

git clone {{[-n|--no-checkout]}} {{remote_repository_location}}

Clone only the `.git` directory of an existing repository:

🔍

sshd

설명 보기 ▼

Secure Shell 데몬 - 원격 머신이 현재 머신에 안전하게 로그인할 수 있도록 허용합니다.
원격 머신은 이 머신에서 실행되는 것처럼 명령을 실행할 수 있습니다.
더 많은 정보: <https://man.openbsd.org/sshd>.

sshd

백그라운드에서 데몬 시작:

sshd -D

포그라운드에서 sshd 실행:

sshd -D -d

자세한 출력으로 실행 (디버깅 용도):

🔍

standard

설명 보기 ▼

JavaScript 코드의 린트 및 수정을 위한 JavaScript Standard Style 도구.
더 많은 정보: <https://standardjs.com/#usage>.

standard

현재 디렉토리의 모든 JavaScript 소스 파일을 린트:

standard {{path/to/file1 path/to/file2 ...}}

특정 JavaScript 파일(들)을 린트:

standard --fix

린트 시 자동 수정 적용:

🔍

swift

설명 보기 ▼

Swift 프로젝트를 생성, 실행 및 빌드.
더 많은 정보: <https://manned.org/swiftc>.

swift repl

REPL(대화형 셸) 시작:

swift {{file.swift}}

프로그램 실행:

swift package init

패키지 관리자로 새 프로젝트 시작:

🔍

Copy

설명 보기 ▼

파일을 복사하는 명령어.
더 많은 정보: <https://www.dosbox.com/wiki/Commands#COPY>.

COPY {{path/to/source_file}} {{path/to/destination_file}}

파일 복사:

🔍

codesign

설명 보기 ▼

macOS용 코드 서명을 생성하고 조작합니다.
더 많은 정보: <https://keith.github.io/xcode-man-pages/codesign.1.html>.

codesign --sign "{{My Company Name}}" {{path/to/application_file.app}}

애플리케이션을 인증서로 서명:

codesign --verify {{path/to/application_file.app}}

애플리케이션의 인증서 검증:

🔍

launchd

설명 보기 ▼

시스템 및 사용자 프로세스를 관리합니다.
launchd를 수동으로 호출할 수 없으며, launchctl을 사용하여 상호작용해야 합니다.
더 많은 정보: <https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/Introduction.html>.

/sbin/launchd

init 실행:

tldr launchctl

launchctl을 사용하여 launchd와 상호작용하는 방법에 대한 문서 보기:

🔍

spctl

설명 보기 ▼

보안 평가 정책 하위 시스템 관리.
macOS에서 Gatekeeper를 관리하는 도구.
더 많은 정보: <https://keith.github.io/xcode-man-pages/spctl.8.html>.

spctl --master-disable

Gatekeeper 비활성화:

spctl --add --label {{rule_name}} {{path/to/file}}

애플리케이션 실행을 허용하는 규칙 추가 (규칙의 라벨 지정은 선택 사항):

spctl --master-enable

Gatekeeper 활성화:

🔍

tccutil

설명 보기 ▼

Reset decisions stored in the privacy database.
Forces apps to prompt again the next time they access the service.

sudo tccutil reset {{service}}

Reset a specific service:

sudo tccutil reset All

Reset all services:

🔍

xcrun

설명 보기 ▼

개발 도구 및 속성을 실행하거나 찾습니다.
더 많은 정보: <https://keith.github.io/xcode-man-pages/xcrun.1.html>.

xcrun {{tool}} {{arguments}}

활성 개발자 디렉토리에서 도구를 찾고 실행:

xcrun {{tool}} {{arguments}} --verbose

자세한 출력 표시:

xcrun --sdk {{sdk_name}}

주어진 SDK에 대한 도구 찾기:

🔍

Move

설명 보기 ▼

파일 및 디렉토리를 이동 또는 이름을 변경합니다.
PowerShell에서 이 명령어는 `Move-Item`의 별칭입니다. 이 문서는 `move`의 Command Prompt (`cmd`) 버전을 기준으로 작성되었습니다.
더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/move>.

tldr move-item

동등한 PowerShell 명령어 문서 보기:

move {{path\to\source}} {{path\to\target}}

목표가 기존 디렉토리가 아닐 때 파일 또는 디렉토리 이름 변경:

move {{path\to\source}} {{path\to\existing_directory}}

파일 또는 디렉토리를 기존 디렉토리로 이동:

# 프로젝트 배지

// repository documentation