Skip to main content
Use @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

Connect a Client

Replace claude with your client name.
The command exchanges the token with Kyberis and configures supported clients by default.

Options

Use --dry-run when you want configuration guidance without changing local client config.
Use --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 identity
  • mcp_url: the MCP endpoint URL
  • api_key_id: the API key bound to this agent connection
  • Authorization: Bearer <token> header for the MCP client
  • client-specific configuration for Claude, Codex, Cursor, Windsurf, or generic MCP clients

Token Errors

Generate a new connect token from API keys when setup returns one of these conditions:

After Connecting

Run a simple prompt in your agent:
The agent should call Kyberis tools through MCP and preserve request IDs in any error report.