coinrailz for Zed
io.github.tdnupe3/coinrailz
41 crypto micropayment services via x402 protocol
client:Zed
transport:stdio
runtime:pypi
Install coinrailz in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"coinrailz": {
"command": "uvx",
"args": [
"coinrailz-mcp"
],
"env": {
"COINRAILZ_API_KEY": "<COINRAILZ_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs