Skip to content
Zed

Hashlock Markets for Zed

io.github.hashlock-tech/hashlock

Non-custodial cross-chain OTC for AI agents: sealed RFQ, negotiation, HTLC atomic swaps. Testnet.

client:Zed transport:stdio runtime:npm

Install Hashlock Markets 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": {
    "hashlock": {
      "command": "npx",
      "args": [
        "-y",
        "@hashlock-tech/mcp"
      ],
      "env": {
        "HASHLOCK_EVM_KEY": "<HASHLOCK_EVM_KEY>",
        "HASHLOCK_TRON_KEY": "<HASHLOCK_TRON_KEY>",
        "HASHLOCK_BTC_KEY": "<HASHLOCK_BTC_KEY>",
        "HASHLOCK_SOLANA_KEY": "<HASHLOCK_SOLANA_KEY>",
        "HASHLOCK_TOKEN": "<HASHLOCK_TOKEN>",
        "HASHLOCK_API_URL": "<HASHLOCK_API_URL>",
        "HASHLOCK_EVM_RPC": "<HASHLOCK_EVM_RPC>",
        "HASHLOCK_TRON_HOST": "<HASHLOCK_TRON_HOST>"
      }
    }
  }
}

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

Hashlock Markets in other clients