swift bic mcp for Zed
io.github.mrfentmen/swift-bic-mcp
Look up SWIFT and BIC bank codes from a bundled directory. No network and no key.
client:Zed
transport:stdio
runtime:npm
Install swift bic mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"swift-bic-mcp": {
"command": "npx",
"args": [
"-y",
"swift-bic-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs