Signal MCP
Signal MCP
Signal은 AI 에이전트를 위한 경량 MCP 작업 큐입니다.
MCP를 통해 지속적인 작업 항목을 생성, 클레임, 시작, 인계, 실패, 완료, 검토하기 위한 작은 도구 세트를 제공합니다.
Signal은 의도적으로 단순합니다.
v0.1.0
첫 번째 릴리스는 기본 에이전트 작업 수명 주기를 제공합니다:
created
↓
claimed
↓
in_progress
↓
completed다음에 대한 추가 경로와 함께:
handoff
failedRelated MCP server: bot-relay-mcp
MCP 도구
도구 | 설명 |
| Signal과 SQLite가 사용 가능한지 확인합니다 |
| 새 Signal 작업 항목을 생성합니다 |
| ID로 Signal을 검색합니다 |
| 최근 Signal을 나열합니다 |
| Signal을 에이전트에 할당합니다 |
| 클레임된 Signal을 진행 중으로 표시합니다 |
| Signal을 다른 에이전트로 전송합니다 |
| Signal을 실패로 표시합니다 |
| Signal을 완료로 표시합니다 |
스택
TypeScript
Model Context Protocol
Streamable HTTP
SQLite
Docker
Docker Compose
연결
Signal은 다음에서 MCP 엔드포인트를 노출합니다:
실행
cp .env.example .env
docker compose up -d기본적으로 Signal은 다음에서 노출됩니다:
http://localhost:3002/mcp컨테이너는 내부적으로 포트 3000에서 수신합니다.
영속성
Signal은 작업 상태를 SQLite에 저장합니다.
Docker Compose 설정은 데이터베이스를 컨테이너 외부에 마운트하여 컨테이너 교체 및 재시작 후에도 작업이 유지되도록 합니다.
상태
v0.1.0은 의도적으로 작습니다.
이 릴리스의 목표는 마일스톤, 종속성, 이벤트, 아티팩트, 검토 또는 워크플로 정책과 같은 고급 기능을 추가하기 전에 간단하고 지속적인 MCP 작업 큐를 구축하는 것입니다.
이러한 기능은 사전에 추가되기보다는 실제 에이전트 사용에 따라 형성될 것입니다.
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityDmaintenanceA SQLite-backed message queue system that enables multiple AI agents to communicate with each other via a simple HTTP interface.4Apache 2.0
- AlicenseAqualityAmaintenanceMCP 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.37704MIT
- FlicenseNot gradedqualityDmaintenanceSQLite-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.
- AlicenseNot gradedqualityBmaintenanceEnables 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.2Apache 2.0
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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