Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

SignaTrust in other clients