suwappu for Zed
io.github.0xsoftboi/suwappu
Cross-chain DEX for AI agents. Swap tokens across 7+ chains.
client:Zed
transport:stdio
runtime:npm
Install suwappu in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"suwappu": {
"command": "npx",
"args": [
"-y",
"@suwappu/mcp-server"
],
"env": {
"SUWAPPU_API_KEY": "<SUWAPPU_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs