Skip to main content
Glama

iTerm MCP Server

by rishabkoul

ITerm MCP 서버

iTerm2 터미널 통합을 위한 모델 컨텍스트 프로토콜(MCP) 서버 구현입니다. 이 서버를 통해 AI 어시스턴트가 모델 컨텍스트 프로토콜을 통해 iTerm2 터미널과 상호 작용할 수 있습니다.

특징

  • iTerm2 터미널 세션 생성 및 관리
  • 터미널에서 명령 실행
  • 터미널 출력 읽기
  • 활성 터미널 나열
  • 터미널 닫기

요구 사항

  • 노드.js >= 14.x
  • 아이텀2
  • macOS(iTerm2는 macOS 전용이므로)

구성

표준 구성

서버는 표준 MCP 구성 옵션을 사용합니다. 추가 구성은 필요하지 않습니다.

커서 구성

이 서버를 Cursor와 함께 사용하려면 ~/.cursor/mcp.json 파일에 다음 구성을 추가하세요.

지엑스피1

도구

  • open_terminal : 새로운 터미널 인스턴스를 엽니다
  • execute_command : 특정 터미널에서 명령을 실행합니다.
  • read_output : 특정 터미널에서 출력을 읽습니다.
  • close_terminal : 특정 터미널을 닫습니다
  • list_terminals : 모든 활성 터미널과 해당 정보를 나열합니다.

보안 고려 사항

  • 서버는 Zod 스키마를 사용하여 모든 입력을 검증합니다.
  • 명령은 격리된 터미널 세션에서 실행됩니다.
  • 적절한 오류 처리 및 입력 정리가 구현되었습니다.

기여하다

기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.

특허

아이에스씨

작가

리샤브 쿨

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

AI 어시스턴트가 iTerm2 터미널과 상호 작용할 수 있도록 하는 모델 컨텍스트 프로토콜 서버로, 터미널 세션을 생성하고 관리하고, 명령을 실행하고, 터미널 출력을 읽을 수 있습니다.

  1. 특징
    1. 요구 사항
      1. 구성
        1. 표준 구성
        2. 커서 구성
      2. 도구
        1. 보안 고려 사항
          1. 기여하다
            1. 특허
              1. 작가

                Related MCP Servers

                • A
                  security
                  A
                  license
                  A
                  quality
                  A Model Context Protocol server that provides programmatic access to the Windows terminal, enabling AI models to interact with the Windows command line through standardized tools for writing commands, reading output, and sending control signals.
                  Last updated -
                  3
                  JavaScript
                  MIT License
                • A
                  security
                  F
                  license
                  A
                  quality
                  A Model Context Protocol server that allows secure execution of pre-approved commands, enabling AI assistants to safely interact with the user's system.
                  Last updated -
                  1
                  3
                  18
                  JavaScript
                • A
                  security
                  A
                  license
                  A
                  quality
                  A server that enables AI assistants to execute terminal commands and retrieve outputs via the Model Context Protocol (MCP).
                  Last updated -
                  3
                  6
                  Python
                  MIT License
                  • Apple
                  • Linux
                • -
                  security
                  -
                  license
                  -
                  quality
                  A Model Context Protocol server that gives AI models access to your iTerm terminal session, allowing them to read output, write commands, and send control characters.
                  Last updated -
                  TypeScript
                  MIT License

                View all related MCP servers

                MCP directory API

                We provide all the information about MCP servers via our MCP API.

                curl -X GET 'https://glama.ai/api/mcp/v1/servers/rishabkoul/iTerm-MCP-Server'

                If you have feedback or need assistance with the MCP directory API, please join our Discord server