Skip to content

ktmcp-cli/ablynet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Control API v1 CLI

Production-ready command-line interface for the Control API v1 API.

⚠️ Unofficial CLI - This tool is an independent project built on the public API.

Features

  • Complete coverage of Control API v1 API endpoints
  • Simple, intuitive command structure
  • JSON and pretty-print output formats
  • Persistent configuration storage
  • Progress indicators for async operations

Installation

npm install -g @ktmcp-cli/control-api-v1

Or install locally:

cd control-api-v1
npm install
npm link

Configuration

Set API Key

control-api-v1 config set apiKey YOUR_KEY_HERE

Environment Variables

export API_KEY=your_key_here
export API_BASE_URL=https://control.ably.net/v1

View Configuration

control-api-v1 config list
control-api-v1 config get apiKey

Usage

apps

# List items
control-api-v1 apps list

# Get item by ID
control-api-v1 apps get <id>

# Output as JSON
control-api-v1 apps list --json

Available Resources

  • apps
  • keys
  • namespaces
  • queues
  • rules
  • tokens

JSON Output

All commands support --json flag for machine-readable output:

control-api-v1 apps list --json

License

MIT License - see LICENSE file for details.

About

MCP CLI for Ably.net Control API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published