qontoctl for Windsurf
io.github.alexey-pelykh/qontoctl
CLI and MCP server for the Qonto banking API
client:Windsurf
transport:stdio
runtime:npm
Install qontoctl in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"qontoctl": {
"command": "npx",
"args": [
"-y",
"qontoctl"
],
"env": {
"QONTOCTL_ORGANIZATION_SLUG": "<QONTOCTL_ORGANIZATION_SLUG>",
"QONTOCTL_SECRET_KEY": "<QONTOCTL_SECRET_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs