FlashBank for Zed
io.github.rotwang9000/flashbank
Fixed-fee P2P term loans (no oracles) and flash loans on Ethereum, Base, Arbitrum and Sepolia.
client:Zed
transport:stdio
runtime:npm
Install FlashBank in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"flashbank": {
"command": "npx",
"args": [
"-y",
"@flashbank/mcp"
],
"env": {
"FLASHBANK_MCP_PRIVATE_KEY": "<FLASHBANK_MCP_PRIVATE_KEY>",
"FLASHBANK_MCP_ALLOW_MAINNET": "<FLASHBANK_MCP_ALLOW_MAINNET>",
"FLASHBANK_MCP_RPC_SEPOLIA": "<FLASHBANK_MCP_RPC_SEPOLIA>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs