Configure connection
kong_configureOverride Kong Admin API connection settings for the current session, including URL, token, workspace, and TLS verification. Changes persist across restarts via environment variables.
Instructions
Override the Kong Admin API connection at runtime for this session: the admin URL, admin token (Kong-Admin-Token), default workspace, and TLS verification. Only the fields you pass are changed. Persist settings across restarts via the KONG_ADMIN_URL / KONG_ADMIN_TOKEN / KONG_WORKSPACE environment variables in your MCP client config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| insecure | No | Skip TLS certificate verification (self-signed admin endpoints). | |
| admin_url | No | Base URL of the Admin API, e.g. http://localhost:8001. | |
| workspace | No | Default EE workspace for subsequent requests. | |
| admin_token | No | Value for the Kong-Admin-Token header (RBAC token). |