n8n_add_server
Add or update an n8n server connection by providing the server name, URL, and API key. Optionally set it as the default server.
Instructions
Add or update an n8n server connection. The API key can be created in n8n under Settings > API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | n8n server URL (e.g. 'http://localhost:5678') | |
| name | Yes | Server name (e.g. 'production', 'staging') | |
| api_key | Yes | n8n API key (from Settings > API in n8n) | |
| is_default | No | Set as default server |