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