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