smbcloud
About
smb is the command-line interface for smbCloud. It is
also an MCP server, so Claude, Cursor, and other AI agents can run the same operations
you do.
Send transactional email and set up domains and inbox routing on smbCloud Mail, manage authentication apps on smbCloud Auth, and deploy Rust, Node.js, Ruby, or Swift apps. One binary, no runtime to install.
Related MCP server: ARC-1
Install
If you want the quickest setup, use a pre-built native binary.
Homebrew (macOS & Linux)
brew tap smbcloudXYZ/tap && brew trust --tap smbcloudXYZ/tap
brew install clinpm
npm install -g @smbcloud/cli.NET tool
dotnet tool install --global SmbCloud.Clipip
pip install smbcloud-cliShell (macOS / Linux)
curl -fsSL https://raw.githubusercontent.com/smbcloudXYZ/smbcloud-cli/main/install-unix.sh | shPowerShell (Windows)
irm https://raw.githubusercontent.com/smbcloudXYZ/smbcloud-cli/main/install-windows.sh | iexOr grab a pre-built binary from the Releases page.
Quick Start
smb login
smb init
smb deployThat gets you from login to first deploy.
MCP server
smb --mcp speaks the Model Context Protocol over
stdio, exposing 31 tools across smbCloud Mail, Auth, projects, and deployments. It is
listed in the official MCP Registry as io.github.smbcloudXYZ/smbcloud-cli.
Claude Code:
claude mcp add smbcloud -- smb --mcpClaude Desktop, Cursor, and anything else that takes a JSON config:
{
"mcpServers": {
"smbcloud": {
"command": "npx",
"args": ["@smbcloud/cli", "--mcp"]
}
}
}Auth comes from smb login, so a terminal session and an agent session share the same
token and the same selected project. See docs/mcp.md for the full tool
reference.
For mobile and TV app testing, run the focused XCRS Mobile & TV Automation profile:
claude mcp add xcrs -- smb --mcp --scope automationIt exposes target-aware Xcode, ControlKit, CoreDevice, and adb tools without
mixing them into the cloud tool set. The same profile is also available from
the standalone xcrs --mcp crate.
CI / non-interactive mode
Pass --ci (or set SMB_CI=1, or run under any provider that sets CI) to
disable interactive prompts. Confirmations take their default; anything that
truly needs input fails fast with a clear message instead of hanging on a
missing TTY.
smb --ci deployFor example, the AircraftsHub monorepo deploys
its Next.js web app with a single non-interactive command — its
.smb/config.toml pins the project, source, and runtime, so smb --ci deploy
needs no prompts. See docs/ci.md for token setup and the full
behavior reference.
Documentation
See the docs/ directory for guides on authentication, project configuration, and deployment workflows.
Contributing
Read CONTRIBUTING.md to get started. Contributions are welcome.
For the broader product, see smbCloud and the deployment docs.
License
Copyright
© 2026 Splitfire AB (smbCloud).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- MIT
- MIT
- Alicense-qualityDmaintenanceA standardized interface for interacting with AWS S3 tools and services through a unified API, following the MCP specification.MIT
- AlicenseBqualityAmaintenanceInspect and manage IONOS CLOUD infrastructure via MCP1186Apache 2.0
Related MCP Connectors
MCP server for fcc-ecfs
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
A paid remote MCP for hosted MCP server, built to return verdicts, receipts, usage logs, and audit-r
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/smbcloudXYZ/smbcloud-cli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server