vouch mcp for Cline
io.github.vouch-protocol/vouch-mcp
Sign and verify W3C Verifiable Credentials so AI agents can cryptographically authorize actions.
client:Cline
transport:stdio
runtime:pypi
Install vouch mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"vouch-mcp": {
"command": "uvx",
"args": [
"vouch-mcp"
],
"env": {
"VOUCH_PRIVATE_KEY": "<VOUCH_PRIVATE_KEY>",
"VOUCH_DID": "<VOUCH_DID>",
"VOUCH_MCP_TRANSPORT": "<VOUCH_MCP_TRANSPORT>",
"VOUCH_MCP_HOST": "<VOUCH_MCP_HOST>",
"VOUCH_MCP_PORT": "<VOUCH_MCP_PORT>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs