mcp flutterwave for Zed
io.github.bajoski34/mcp-flutterwave
MCP Server to interact with Flutterwave APIs.
client:Zed
transport:stdio
runtime:npm
Install mcp flutterwave in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-flutterwave": {
"command": "npx",
"args": [
"-y",
"mcp-flutterwave"
],
"env": {
"FLW_SECRET_KEY": "<FLW_SECRET_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs