Skip to content
Zed

mcp signer for Zed

io.github.cryptoapis-io/mcp-signer

Local transaction signing for EVM, UTXO, Tron, XRP, Kaspa, Solana and Tezos — no API calls

client:Zed transport:stdio runtime:npm

Install mcp signer in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp-signer": {
      "command": "npx",
      "args": [
        "-y",
        "@cryptoapis-io/mcp-signer"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp signer in other clients