Use this page when Kyberis skill installation or MCP connection fails.Documentation Index
Fetch the complete documentation index at: https://docs.kyberis.ai/llms.txt
Use this file to discover all available pages before exploring further.
Node.js is too old
Both npm setup tools require Node.js 20 or newer.20.
Connect token is invalid or expired
Generate a new one-time connect token from API keys when setup reports:| Error | Meaning |
|---|---|
connect_token_not_found | The token does not exist. |
connect_token_used | The token was already exchanged. |
connect_token_revoked | The token was revoked. |
connect_token_expired | The token expired. |
connect_token_wrong_client | The token was created for a different client type. |
Preview config without changing files
Use--dry-run to print configuration guidance without updating local client files.
--json when you need machine-readable connection details.
Agent does not show Kyberis tools
Check the client’s MCP config file:| Client | Config location |
|---|---|
| Codex | ~/.codex/config.toml |
| Cursor | ~/.cursor/mcp.json |
| Windsurf | ~/.codeium/windsurf/mcp_config.json |
--dry-run and verify the printed claude mcp add command.
Restart or reload the agent after changing MCP configuration.
Agent does not follow the Kyberis workflow
Check whether the skill is installed:API calls return 401
401 usually means credentials are missing, invalid, or expired. Reconnect MCP with a fresh connect token, or mint a new bearer token from API key credentials.
API calls return 403
403 usually means the API key is missing required scopes. Check the response required_scopes field, then update or create an API key with those scopes from API keys.
API calls return 429
Back off and honor retry_after_seconds when present. Repeated bad authentication attempts can also trigger 429.
Report a setup issue
When asking for help, include:- agent client and version
- setup command used, without secrets
request_id,run_id, andstep_idfrom any failed Kyberis call- relevant error code and message
