Fast.io
AI-first file sharing and collaboration. 251 MCP tools give agents a full workspace: file storage, branded shares, comments, workflows, and built-in RAG. 50GB free, no credit card.
fastio
A command-line interface for the Fast.io cloud storage platform. Built in Rust for speed, reliability, and cross-platform support.
Installation
npm (recommended)
npm install -g @vividengine/fastio-cli
Or run without installing:
npx @vividengine/fastio-cli --help
Shell script
curl -fsSL https://raw.githubusercontent.com/MediaFire/fastio_cli/main/install.sh | sh
Binary download
Pre-built binaries for macOS, Linux, and Windows are available on the Releases page.
From source
Requires Rust 1.85+ (edition 2024):
cargo install --path .
Quick Start
# Log in (opens browser for PKCE authentication)
fastio auth login
# Or log in with email/password
fastio auth login --email [email protected] --password ****
# Check auth status
fastio auth status
# List organizations
fastio org list
# Create a workspace
fastio workspace create --org <org_id> "My Workspace"
# Upload a file
fastio upload file --workspace <workspace_id> ./document.pdf
# Download a file
fastio download file --workspace <workspace_id> <node_id> --output ./downloads/
# Ask the AI about your workspace
fastio ai chat --workspace <workspace_id> "What files do I have?"
# Log out
fastio auth logout
Authentication
The CLI supports multiple authentication methods, checked in this order:
--tokenflag (one-off bearer token)FASTIO_TOKENenvironment variableFASTIO_API_KEYenvironment variable- Stored credentials from
--profile(or default profile)
PKCE Browser Login (Recommended)
fastio auth login
Opens your browser for secure OAuth authentication. Tokens are stored locally and automatically refreshed.
Email/Password Login
fastio auth login --email [email protected] --password ****
API Key
# Create an API key
fastio auth api-key create --name "CI pipeline"
# Use it for subsequent commands
export FASTIO_API_KEY=your-key-here
fastio org list
Two-Factor Authentication
# Check 2FA status
fastio auth 2fa status
# Enable 2FA
fastio auth 2fa setup --channel totp
# Verify 2FA code after login
fastio auth 2fa verify <code>
Output Formats
All commands support --format to control output:
# Table format (default for terminals)
fastio org list
# Markdown format (default when piped; optimized for LLM consumers)
fastio org list | cat
# JSON format (for scripts that parse structured output)
fastio org list --format json
# CSV format
fastio org list --format csv
# Explicit markdown (GitHub-flavored, byte-equivalent to the server's ?output=markdown)
fastio org list --format markdown
# `--format md` is accepted as an alias
# Filter specific fields
fastio org list --fields name,id,description
Markdown replaced JSON as the non-TTY default on 2026-04-15. The
rendered output is byte-equivalent to what the Fast.io API produces
for ?output=markdown: a **Result:** success|failure preamble,
object-valued errors promoted to a leading # Error section, and each
remaining top-level key as an H1 section in insertion order. Arrays of
associative records render as GFM pipe tables (union of keys in
insertion order); scalar lists render as bulleted lists.
Note on escaping: bullet values and heading text are not escaped —
the renderer takes a light-touch approach matching the server contract,
because the output is meant to be read or rendered, not embedded into
other markdown. Downstream consumers that render the output to HTML
MUST sanitize. The renderer does strip Unicode bidi, zero-width, and
C0/C1 control characters as a Trojan-Source defense; table cells escape
|, \, `, and newlines; HTML-like cell content is wrapped in
inline-code fences.
Pipelines that need machine-parseable output can opt back in with
--format json.
Commands
Authentication & User
| Group | Description |
|---|---|
auth | Login, logout, 2FA, API keys, OAuth sessions |
user | User profile, search, assets, invitations |
configure | CLI profiles and settings |
Organizations & Workspaces
| Group | Description |
|---|---|
org | Org CRUD, billing, members, transfer tokens, discovery, assets |
workspace | Workspace CRUD, metadata templates, notes, quickshares |
member | Workspace/share member management |
invitation | Accept, decline, delete invitations |
Files & Storage
| Group | Description |
|---|---|
files | List, create folders, move, copy, rename, delete, trash, versions, search, lock |
upload | File upload (chunked with progress), text upload, URL import, session management |
download | File download (streaming with progress), folder ZIP, batch, quickshare |
lock | Acquire, check, release file locks |
Shares & Collaboration
| Group | Description |
|---|---|
share | Share CRUD, files, members, quickshares, password auth |
comment | Comments, replies, reactions, linking |
event | Activity events, search, polling |
preview | File preview URLs and transforms |
asset | Org/workspace/user asset management |
AI & Workflow
| Group | Description |
|---|---|
ai | Chat, search, history, message management, summarize |
task | Tasks, task lists, assignment, status changes |
worklog | Worklog entries, interjections, acknowledgments |
approval | Request, approve, reject approvals |
todo | Todo items with toggle, bulk operations |
Platform
| Group | Description |
|---|---|
apps | App listing, details, launching |
import | Cloud import providers, identities, sources, jobs, writebacks |
mcp | Start built-in MCP server for AI agents |
completions | Generate shell completions (bash, zsh, fish, PowerShell) |
MCP Server Mode
The CLI includes a built-in Model Context Protocol server for AI agent integration. Run it as a subprocess:
fastio mcp
This exposes all CLI functionality as MCP tools over stdio, compatible with Claude Desktop, VS Code, and other MCP-compatible clients.
Tool responses are rendered as GitHub-flavored Markdown by default,
byte-equivalent to the Fast.io API's ?output=markdown output.
Markdown is substantially more token-efficient for LLMs than
pretty-printed JSON, so the MCP server uses it for every read and
status response.
{
"mcpServers": {
"fastio": {
"command": "fastio",
"args": ["mcp"]
}
}
}
Filter which tools are available:
fastio mcp --tools auth,org,workspace,files,upload,download
Shell Completions
Generate shell completions for your shell:
# Bash
fastio completions bash > ~/.bash_completion.d/fastio
# Zsh
fastio completions zsh > ~/.zfunc/_fastio
# Fish
fastio completions fish > ~/.config/fish/completions/fastio.fish
# PowerShell
fastio completions powershell > _fastio.ps1
Profiles
Manage multiple accounts with named profiles:
# Set up a profile interactively
fastio configure init
# Log in to a specific profile
fastio auth login --profile work
# Use a profile for a command
fastio org list --profile work
# Set default profile
fastio configure set-default work
# List all profiles
fastio configure list
Global Options
| Flag | Description |
|---|---|
--format json|table|csv|markdown | Output format (markdown is the default when piped) |
--fields name,id,... | Filter output fields |
--no-color | Disable colored output |
--quiet / -q | Suppress all output |
--verbose / -v | Enable debug logging |
--profile <name> | Use named profile |
--token <jwt> | One-off bearer token |
--api-base <url> | Override API base URL |
Configuration
Configuration files are stored in ~/.fastio/:
| File | Purpose |
|---|---|
config.json | Profile settings and API base URL |
credentials.json | Stored authentication tokens |
License
Apache License 2.0. See LICENSE for details.
Máy chủ liên quan
AI Cortex Storage
Persistent cloud memory for AI agents via MCP Streamable HTTP. Store, retrieve, and search key-value memories across sessions and devices. Trial account auto-created on first use.
MCP Backup Server
A server for backing up and restoring data for AI agents and code editing tools.
AIStor
An MCP server for interacting with AIStor and MinIO object stores.
Google Drive MCP Server
Integrates with Google Drive, allowing AI models to search, list, and read files.
Google Drive
Interact with Google Drive, Sheets, and Docs APIs.
AWS S3
Manage AWS S3 buckets and objects, including policies, tagging, and configurations.
MCP Bilibili Img Uploader
Uploads local images to Bilibili's image hosting service and returns a permanent HTTPS link.
4EVERLAND Hosting
Deploy AI-generated code instantly to decentralized storage networks like Greenfield, IPFS, and Arweave.
dbx-mcp-server
An MCP server for interacting with Dropbox files and services.
Apache OpenDAL™
Access various storage services like S3, GCS, and Azure Blob through the Apache OpenDAL™ project, configured via environment variables.