SignaTrust for Zed
io.signatrust/mcp-server
Blockchain-anchored e-signatures: send envelopes, manage templates, verify anchors on Solana.
client:Zed
transport:stdio
runtime:npm
Install SignaTrust in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@signatrust/mcp-server"
],
"env": {
"SIGNATRUST_API_KEY": "<SIGNATRUST_API_KEY>",
"SIGNATRUST_API_URL": "<SIGNATRUST_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs