A command-line interface for the [Fast.io](https://fast.io) cloud storage platform. Built in Rust for speed, reliability, and cross-platform support.
Fastio Cli MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. A command-line interface for the Fast.io cloud storage platform. Built in Rust for speed, reliability, and cross-platform support.
Installation goes through your MCP client rather than a global install: point it at @vividengine/fastio-cli on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Once Fastio Cli is connected, these are the calls the assistant has available:
Platform — The Platform tool exposed by this serverYou will need 2 environment variables: FASTIO_API_KEY, FASTIO_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the file and storage access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Fastio Cli's toolset — Platform — is a fair guide to whether it matches your workflow. It is maintained by mediafire; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Fastio Cli's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Platform | The Platform tool exposed by this server. |
{
"mcpServers": {
"fastio-cli": {
"command": "npx",
"args": ["-y", "@vividengine/fastio-cli"],
"env": {
"FASTIO_API_KEY": "your-value",
"FASTIO_TOKEN": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| FASTIO_API_KEY | Credential the server authenticates with. | Yes |
| FASTIO_TOKEN | Credential the server authenticates with. | Yes |
Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.