io.github.smbcloudXYZ/smbcloud-cli is an MCP server that manage smbCloud projects, deployments, tenants, Mail apps, and Auth apps. Its tool list has not been published yet over stdio and http, requires no API key, and scores 58/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"smbcloud": {
"args": [
"@smbcloud/cli",
"--mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
smbCloud Mail, Auth, Deploy, and GresIQ from your terminal or your AI agent.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@smbcloud/cli' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @smbcloud/cli against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in devops / communication
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
MCP server for using the GitLab API
Programmable email inbox for AI agents — JMAP, PoW auth, stdio MCP server.
MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI
MCP Security Weekly
Get CVE alerts and security updates for io.github.smbcloudXYZ/smbcloud-cli and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
smbCloud CLI
smbCloud Mail, Auth, Deploy, and GresIQ from your terminal or your AI agent.
Website
·
Documentation
·
Contributing
·
Releases
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.
If you want the quickest setup, use a pre-built native binary.
brew tap smbcloudXYZ/tap && brew trust --tap smbcloudXYZ/tap
brew install cli
npm install -g @smbcloud/cli
dotnet tool install --global SmbCloud.Cli
pip install smbcloud-cli
curl -fsSL https://raw.githubusercontent.com/smbcloudXYZ/smbcloud-cli/main/install-unix.sh | sh
irm https://raw.githubusercontent.com/smbcloudXYZ/smbcloud-cli/main/install-windows.sh | iex
Or grab a pre-built binary from the Releases page.
smb login
smb init
smb deploy
That gets you from login to first deploy.
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 --mcp
Claude 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 automation
It 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.
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 hangin