MCP

MCP Installation

Install the Secryn MCP client and connect it to your cluster.

MCP Installation

Install the MCP SDK in the environment that runs your agents or LLM tooling. The package exposes helpers to authenticate and scope access to specific resources.

npm install @secryn/mcp

Set SECRYN_API_KEY and SECRYN_ENDPOINT variables, then call await client.connect() to establish the session. The server enforces the same RBAC policies as the REST API, so reuse your service accounts whenever possible.