Relay for Zed
io.github.relayprotocol/relay-mcp
Cross-chain bridge and swap quotes, fee estimation, and transaction tracking via Relay Protocol.
client:Zed
transport:stdio
runtime:npm
Install Relay in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"relay-mcp": {
"command": "npx",
"args": [
"-y",
"@relayprotocol/relay-mcp"
],
"env": {
"RELAY_API_KEY": "<RELAY_API_KEY>",
"RELAY_API_URL": "<RELAY_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs