Skip to main content
Glama

Signal MCP

by rymurr

신호 MCP

AI 에이전트가 Signal 메시지를 보내고 받을 수 있도록 하는 signal-cli 에 대한 MCP 통합입니다.

특징

  • Signal 사용자에게 메시지 보내기
  • Signal 그룹에 메시지 보내기
  • 수신 메시지 수신 및 구문 분석
  • 시간 초과 처리를 통한 비동기 지원
  • 자세한 로깅

필수 조건

이 프로젝트를 실행하려면 시스템에 signal-cli를 설치하고 구성해야 합니다.

signal-cli 설치

  1. signal-cli 설치 : 공식 설치 지침을 따르세요
  2. Signal 계정을 등록하세요 :지엑스피1
  3. SMS로 받은 코드로 계정을 확인하세요 :
    signal-cli -u YOUR_PHONE_NUMBER verify CODE_RECEIVED

더 자세한 설정 지침은 signal-cli 설명서를 참조하세요.

설치

pip install -e . # or use uv for faster installation uv pip install -e .

용법

MCP 서버를 실행합니다.

./main.py --user-id YOUR_PHONE_NUMBER [--transport {sse|stdio}]

API

사용 가능한 도구

  • send_message_to_user : Signal 사용자에게 직접 메시지를 보냅니다.
  • send_message_to_group : Signal 그룹에 메시지를 보냅니다.
  • receive_message : 시간 초과 지원을 사용하여 메시지를 기다리고 수신합니다.

개발

이 프로젝트에서는 다음을 사용합니다.

  • 에이전트-API 통합을 위한 MCP
  • 최신 Python 비동기 패턴
  • 전체에 유형 주석이 있습니다.
-
security - not tested
F
license - not found
-
quality - not tested

local-only server

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

AI 에이전트가 Signal 메시지를 보내고 받을 수 있도록 하는 signal-cli용 MCP 통합으로, 직접 메시지, 그룹 메시지, 비동기 메시지 처리를 지원합니다.

  1. 특징
    1. 필수 조건
      1. signal-cli 설치
    2. 설치
      1. 용법
        1. API
          1. 사용 가능한 도구
        2. 개발

          Related MCP Servers

          • A
            security
            F
            license
            A
            quality
            An MCP-based email tool that enables AI models to access email services through standardized interfaces, allowing AI assistants to perform various email operations like sending emails, reading inboxes, and handling attachments.
            Last updated -
            17
            30
            TypeScript
            • Apple
            • Linux
          • -
            security
            -
            license
            -
            quality
            An MCP-based messaging system that allows AI systems to interact with various messaging platforms through standardized tools for sending text, images, documents, buttons, and alerts.
            Last updated -
            Python
          • A
            security
            A
            license
            A
            quality
            A powerful MCP server that provides interactive user feedback and command execution capabilities for AI-assisted development, featuring a graphical interface with text and image support.
            Last updated -
            1
            33
            Python
            MIT License
          • A
            security
            A
            license
            A
            quality
            An MCP server that enables AI tools to interact with ActiveCampaign API, allowing contact management and tracking event analysis through natural language queries.
            Last updated -
            5
            TypeScript
            MIT License
            • Apple

          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/rymurr/signal-mcp'

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