-
Notifications
You must be signed in to change notification settings - Fork 0
MCP Servers
Heide Mankablewy edited this page Jun 13, 2026
·
1 revision
The mcp command is the CLI surface for MCP servers.
kablewy mcp test https://crm.example.com/mcp
kablewy mcp connect customer-crm \
--url https://crm.example.com/mcp \
--tool-prefix crm \
--header 'Authorization=Bearer <remote-mcp-token>'
kablewy mcp list
kablewy mcp health customer-crm
kablewy mcp tools customer-crm
kablewy mcp show customer-crm
kablewy mcp disconnect customer-crm
kablewy mcp remove customer-crm --yeskablewy mcp catalog list
kablewy mcp catalog show wheniwork
kablewy mcp catalog deploy wheniwork --credentials ./wheniwork-credentials.json
kablewy mcp deployment status <serverId>
kablewy mcp deployment upgrade <serverId>
kablewy mcp deployment stop <serverId> --yes
kablewy mcp deployment delete <serverId> --yeskablewy mcp deploy ./dist/worker.mjs \
--name customer-crm \
--description "Customer CRM lookup and renewal workflows" \
--tool-prefix crmThe worker module must be a built ES module exporting a Worker fetch handler that implements MCP JSON-RPC methods such as initialize, tools/list, tools/call, and ping.
OAuth setup for catalog templates is app-led in 0.1.x; after setup, manage deployments from the CLI.