Other

Files.com

@ktmcp-cli/filescom

Files.com is a secure cloud file management platform with SFTP, FTP, and API access. This CLI lets you manage files and folders, set permissions, manage users, and automate file transfer workflows from the terminal.

Peter Steinberger
🦞
Six months ago, everyone was talking about MCPs. And I was like, screw MCPs. Every MCP would be better as a CLI.
Peter Steinberger, Founder of OpenClaw · Lex Fridman Podcast #491 · @steipete

Quick Start

Install the CLI globally using npm:

npm install -g @ktmcp-cli/filescom

Features

Upload and download files
Folder management
User and permission management
Automated file workflows
Audit log access
SFTP/FTP integration

Usage Examples

Authentication

# Set up API key
filescom auth login --api-key YOUR_API_KEY

# Verify connection
filescom auth status

Manage files

# List files in a folder
filescom files list /reports

# Upload a file
filescom files upload ./report.pdf /reports/

# Download a file
filescom files download /reports/report.pdf ./local/

Documentation

For complete documentation, API reference, and advanced usage examples, visit the GitHub repository. Each CLI includes comprehensive README.md, AGENT.md for AI integration, and OPENCLAW.md for tool definitions.