Skip to main content
Glama

Signal MCP

Signal은 AI 에이전트를 위한 경량 MCP 작업 큐입니다.

MCP를 통해 지속적인 작업 항목을 생성, 클레임, 시작, 인계, 실패, 완료, 검토하기 위한 작은 도구 세트를 제공합니다.

Signal은 의도적으로 단순합니다.

v0.1.0

첫 번째 릴리스는 기본 에이전트 작업 수명 주기를 제공합니다:

created
  ↓
claimed
  ↓
in_progress
  ↓
completed

다음에 대한 추가 경로와 함께:

handoff
failed

Related MCP server: bot-relay-mcp

MCP 도구

도구

설명

signal.ping

Signal과 SQLite가 사용 가능한지 확인합니다

signal.create

새 Signal 작업 항목을 생성합니다

signal.get

ID로 Signal을 검색합니다

signal.list

최근 Signal을 나열합니다

signal.claim

Signal을 에이전트에 할당합니다

signal.start

클레임된 Signal을 진행 중으로 표시합니다

signal.handoff

Signal을 다른 에이전트로 전송합니다

signal.fail

Signal을 실패로 표시합니다

signal.complete

Signal을 완료로 표시합니다

스택

  • TypeScript

  • Model Context Protocol

  • Streamable HTTP

  • SQLite

  • Docker

  • Docker Compose

연결

Signal은 다음에서 MCP 엔드포인트를 노출합니다:

http://localhost:3002/mcp

실행

cp .env.example .env
docker compose up -d

기본적으로 Signal은 다음에서 노출됩니다:

http://localhost:3002/mcp

컨테이너는 내부적으로 포트 3000에서 수신합니다.

영속성

Signal은 작업 상태를 SQLite에 저장합니다.

Docker Compose 설정은 데이터베이스를 컨테이너 외부에 마운트하여 컨테이너 교체 및 재시작 후에도 작업이 유지되도록 합니다.

상태

v0.1.0은 의도적으로 작습니다.

이 릴리스의 목표는 마일스톤, 종속성, 이벤트, 아티팩트, 검토 또는 워크플로 정책과 같은 고급 기능을 추가하기 전에 간단하고 지속적인 MCP 작업 큐를 구축하는 것입니다.

이러한 기능은 사전에 추가되기보다는 실제 에이전트 사용에 따라 형성될 것입니다.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

UpdatingMaintainers
UpdatingResponse time
Release cycle
0Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    MCP coordination primitive for multi-agent workflows. Lets multiple AI coding agents (Claude Code, Cursor, n8n, custom clients) discover each other and exchange messages and tasks via a shared SQLite-backed message bus.
    37
    70
    4
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    SQLite-backed MCP server for Claude Code session persistence and multi-agent coordination. Provides tools for session management, event logging, decision tracking, file locking, agent registry, and plan tracking.
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AI agents to exchange structured work items with an auditable lifecycle, supporting send, acknowledge, block, complete, and cancel operations via a shared SQLite-backed inbox.
    2
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Coordinate multiple AI agents over MCP: atomic claims, leases, shared ledger, handoffs, tasks.

  • Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.

  • Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.

View all MCP Connectors

Latest Blog Posts

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/b-1000R4/signal-mcp'

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