Skip to content

Add Signet - cryptographic action signing for MCP tool calls#3759

Open
willamhou wants to merge 1 commit intomodelcontextprotocol:mainfrom
willamhou:add-signet
Open

Add Signet - cryptographic action signing for MCP tool calls#3759
willamhou wants to merge 1 commit intomodelcontextprotocol:mainfrom
willamhou:add-signet

Conversation

@willamhou
Copy link
Copy Markdown

Add Signet to the Community Servers section.

What is Signet?

Signet signs every MCP tool call with Ed25519 and maintains a hash-chained audit log. It's a client-side SigningTransport that wraps any MCP transport — servers don't need to change.

import { generateKeypair } from "@signet-auth/core";
import { SigningTransport } from "@signet-auth/mcp";

const { secretKey } = generateKeypair();
const transport = new SigningTransport(innerTransport, secretKey, "my-agent");
// Every tools/call is now signed, receipt injected into params._meta._signet

Details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant