FibX for Zed
finance.fibrous/fibx
Swap, transfer, portfolio and Aave V3 on Base, HyperEVM and Monad, with the FibX app as MCP Apps UI.
client:Zed
transport:stdio
runtime:npm
Install FibX in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"fibx": {
"command": "npx",
"args": [
"-y",
"fibx"
],
"env": {
"FIBX_API_URL": "<FIBX_API_URL>",
"FIBX_SESSION_SECRET": "<FIBX_SESSION_SECRET>",
"FIBX_WC_PROJECT_ID": "<FIBX_WC_PROJECT_ID>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs