vouch-mcp
About
Sign and verify W3C Verifiable Credentials so AI agents can cryptographically authorize actions.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
VOUCH_PRIVATE_KEY VOUCH_DID VOUCH_MCP_TRANSPORT VOUCH_MCP_HOST VOUCH_MCP_PORTClaude Code
claude mcp add --env VOUCH_PRIVATE_KEY= --env VOUCH_DID= --env VOUCH_MCP_TRANSPORT= --env VOUCH_MCP_HOST= --env VOUCH_MCP_PORT= vouch-mcp -- uvx vouch-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"vouch-mcp","command":"uvx","args":["vouch-mcp"],"env":{"VOUCH_PRIVATE_KEY":"","VOUCH_DID":"","VOUCH_MCP_TRANSPORT":"","VOUCH_MCP_HOST":"","VOUCH_MCP_PORT":""}}'
JSON
{
"mcpServers": {
"vouch-mcp": {
"command": "uvx",
"args": [
"vouch-mcp"
],
"env": {
"VOUCH_PRIVATE_KEY": "",
"VOUCH_DID": "",
"VOUCH_MCP_TRANSPORT": "",
"VOUCH_MCP_HOST": "",
"VOUCH_MCP_PORT": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.