@axiler/cade-sdk
v2.0.1
Published
Production MCP security SDK — enforce all tool calls through CADE gateway
Maintainers
Readme
@axiler/cade-sdk
CADE MCP enforcement SDK — route every tool call through the CADE gateway with interceptors, encrypted vault, and audit.
Install
npm install @axiler/cade-sdkRequires Node.js 22+.
Quick start
npx cade-connect activate CADE-YOUR-LICENSE-KEYimport { createCadeClient } from '@axiler/cade-sdk';
const client = createCadeClient();
await client.callTool('github__search_repositories', { query: 'mcp security' });License activation
Point at your CADE gateway (self-hosted or cloud):
export CADE_GATEWAY_URL=http://your-gateway:3000
npx cade-connect activate CADE-YOUR-LICENSE-KEYConfig is stored encrypted in ~/.config/cade/config.enc. No credentials in your app code.
Docs
License
MIT © Axiler Ltd.
