MCP Server
MCP
smbCloud Mail & Auth
Email infrastructure and authentication for developers: domains, inbox routes, auth apps, deploys.
Install
npx -y @smbcloud/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@smbcloud/cli",
"version": "0.5.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Run the CLI as an MCP server over stdio instead of executing a one-shot command.",
"isRequired": true,
"type": "named",
"name": "--mcp"
}
],
"environmentVariables": [
{
"description": "Mail app API key (smb_mail_...) used by the mail_send tool. Optional: every other tool uses the session from `smb login`.",
"format": "string",
"isSecret": true,
"name": "SMB_MAIL_API_KEY"
}
]
},
{
"registryType": "nuget",
"registryBaseUrl": "https://api.nuget.org/v3/index.json",
"identifier": "SmbCloud.Cli",
"version": "0.5.2",
"runtimeHint": "dnx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Run the CLI as an MCP server over stdio instead of executing a one-shot command.",
"isRequired": true,
"type": "named",
"name": "--mcp"
}
],
"environmentVariables": [
{
"description": "Mail app API key (smb_mail_...) used by the mail_send tool. Optional: every other tool uses the session from `smb login`.",
"format": "string",
"isSecret": true,
"name": "SMB_MAIL_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
nuget
By
Comments
Sign in to leave a comment