From f15337f8bf2ff264c1ea1a4fad5c91c3d5c82453 Mon Sep 17 00:00:00 2001 From: yeahdog Date: Sun, 31 May 2026 00:53:36 +0000 Subject: [PATCH] docs: add SignalSpore MCP tool listing --- website/data/tools.yml | 45 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/website/data/tools.yml b/website/data/tools.yml index b8420d8ff..08ae895e3 100644 --- a/website/data/tools.yml +++ b/website/data/tools.yml @@ -41,6 +41,51 @@ tools: - search - install + - id: signalspore-mcp + name: SignalSpore MCP + description: >- + Model-aware preflight MCP server for coding agents. SignalSpore gates risky tasks + before shell commands, migrations, deploys, database resets, and brittle integrations; + returns trap-aware execution briefs; and records safe post-task deltas with live receipts. + category: MCP Servers + featured: false + requirements: + - Node.js 18 or higher + - npm + - A SignalSpore policy ID and write token from https://www.signalspore.com/setup + links: + github: https://github.com/yeahdog/signalspore-mcp + documentation: https://www.signalspore.com/mcp + features: + - "Local gate: skip, quick_check, or full_preflight before risky agent work" + - "Protected preflight: trap-aware briefs with stop conditions and expected checks" + - "Safe delta loop: submit sanitized post-task outcomes tied to the original session/card" + - "Live receipts: operators can verify first-run activity at signalspore.com/live" + configuration: + type: json + content: | + { + "servers": { + "signalspore": { + "type": "stdio", + "command": "npx", + "args": ["-y", "github:yeahdog/signalspore-mcp"], + "env": { + "SIGNALSPORE_BASE_URL": "https://www.signalspore.com", + "SIGNALSPORE_AGENT_POLICY_ID": "policy_your_agent_here", + "SIGNALSPORE_WRITE_TOKEN": "sspwt_your_write_token_here" + } + } + } + } + tags: + - mcp + - coding-agents + - preflight + - safety + - guardrails + - risk-management + - id: chatcrystal name: ChatCrystal description: >-