Skip to content
Zed

qontoctl for Zed

io.github.alexey-pelykh/qontoctl

CLI and MCP server for the Qonto banking API

client:Zed transport:stdio runtime:npm

Install qontoctl in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "qontoctl": {
      "command": "npx",
      "args": [
        "-y",
        "qontoctl"
      ],
      "env": {
        "QONTOCTL_ORGANIZATION_SLUG": "<QONTOCTL_ORGANIZATION_SLUG>",
        "QONTOCTL_SECRET_KEY": "<QONTOCTL_SECRET_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

qontoctl in other clients