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