@kyberis-ai/mcp to connect MCP-capable agents to Kyberis tools. The setup flow uses a one-time connect token and returns a short-lived bearer credential for the MCP connection.
Install the Kyberis skill as well when your agent supports skills. The skill teaches the investigation workflow; MCP provides the callable tools.
Prerequisites
- Node.js 20 or newer with
npx - A one-time Kyberis connect token from API keys, beginning with
kct_ - A supported client:
claude,codex,cursor,windsurf, orgeneric
Connect a Client
claude with your client name.
Options
--dry-run when you want configuration guidance without changing local client config.
--json when you need machine-readable connection details. --json does not change local client config.
Default Configuration Targets
For supported clients,@kyberis-ai/mcp updates the local MCP configuration by default:
What the Command Returns
The setup command returns:agent_id: the registered agent identitymcp_url: the MCP endpoint URLapi_key_id: the API key bound to this agent connectionAuthorization: Bearer <token>header for the MCP client- client-specific configuration for Claude, Codex, Cursor, Windsurf, or generic MCP clients
.png?fit=max&auto=format&n=u7saXgSwhIjXsY7P&q=85&s=66da6f97e851defcb12af05b800a8a27)
.png?fit=max&auto=format&n=u7saXgSwhIjXsY7P&q=85&s=37df025ce7a3cc54dd90f8edad1cf54f)