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