From 06c5bc1cceaca0fb055775f0ae15f082431f0189 Mon Sep 17 00:00:00 2001 From: Chadd Date: Mon, 9 Mar 2026 13:28:45 -0600 Subject: [PATCH 1/2] =?UTF-8?q?Add=20Sigil=20Notary=20=E2=80=94=20cryptogr?= =?UTF-8?q?aphic=20audit=20trails=20for=20AI=20agents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aefbd53c0b..ceaae29cd1 100644 --- a/README.md +++ b/README.md @@ -1290,6 +1290,7 @@ search, and comprehensive file analysis. - **[Shodan MCP](https://github.com/Hexix23/shodan-mcp)** - MCP server to interact with [Shodan](https://www.shodan.io/) - **[Shopify](https://github.com/GeLi2001/shopify-mcp)** - MCP to interact with Shopify API including order, product, customers and so on. - **[Shopify Storefront](https://github.com/QuentinCody/shopify-storefront-mcp-server)** - Unofficial MCP server that allows AI agents to discover Shopify storefronts and interact with them to fetch products, collections, and other store data through the Storefront API. +- **[Sigil Notary](https://github.com/sly-the-fox/sigil)** - Tamper-evident, hash-chained audit trails for AI agents with Ed25519 signatures. Provides MCP tools for attesting actions, verifying receipts, and querying cryptographic audit chains. - **[Simple Loki MCP](https://github.com/ghrud92/simple-loki-mcp)** - A simple MCP server to query Loki logs using logcli. - **[Siri Shortcuts](https://github.com/dvcrn/mcp-server-siri-shortcuts)** - MCP to interact with Siri Shortcuts on macOS. Exposes all Shortcuts as MCP tools. - **[Skyvern](https://github.com/Skyvern-AI/skyvern/tree/main/integrations/mcp)** - MCP to let Claude / Windsurf / Cursor / your LLM control the browser From 125ed301239914445b2c471897449c4faf872627 Mon Sep 17 00:00:00 2001 From: Chadd Date: Mon, 9 Mar 2026 13:33:13 -0600 Subject: [PATCH 2/2] =?UTF-8?q?Add=20Sigil=20Notary=20=E2=80=94=20cryptogr?= =?UTF-8?q?aphic=20audit=20trails=20for=20AI=20agents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ceaae29cd1..1844a7a0a6 100644 --- a/README.md +++ b/README.md @@ -1293,6 +1293,7 @@ search, and comprehensive file analysis. - **[Sigil Notary](https://github.com/sly-the-fox/sigil)** - Tamper-evident, hash-chained audit trails for AI agents with Ed25519 signatures. Provides MCP tools for attesting actions, verifying receipts, and querying cryptographic audit chains. - **[Simple Loki MCP](https://github.com/ghrud92/simple-loki-mcp)** - A simple MCP server to query Loki logs using logcli. - **[Siri Shortcuts](https://github.com/dvcrn/mcp-server-siri-shortcuts)** - MCP to interact with Siri Shortcuts on macOS. Exposes all Shortcuts as MCP tools. +- **[Sigil Notary](https://github.com/sly-the-fox/sigil)** - Tamper-evident, hash-chained audit trails for AI agents with Ed25519 signatures. - **[Skyvern](https://github.com/Skyvern-AI/skyvern/tree/main/integrations/mcp)** - MCP to let Claude / Windsurf / Cursor / your LLM control the browser - **[Slack](https://github.com/korotovsky/slack-mcp-server)** - The most powerful MCP server for Slack Workspaces. This integration supports both Stdio and SSE transports, proxy settings and does not require any permissions or bots being created or approved by Workspace admins 😏. - **[Slack](https://github.com/zencoderai/slack-mcp-server)** - Slack MCP server which supports both stdio and Streamable HTTP transports. Extended from the original Anthropic's implementation which is now [archived](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/slack)