@nometria ai/claude码
直接从Claude Code将任何项目部署到任何云。
安装
选项1:插件(推荐)
# Install as a Claude Code plugin (includes MCP server + skills)
/plugin marketplace add nometria/claude-code-plugin
/plugin install nometria选项2:MCP服务器
# Add MCP server to Claude Code
claude mcp add nometria -- npx -y @nometria-ai/claude-code
# If you use nvm/fnm/volta and the above fails, use:
claude mcp add nometria -- /bin/sh -c '. "${NVM_DIR:-$HOME/.nvm}/nvm.sh" 2>/dev/null; exec npx -y @nometria-ai/claude-code'选项3:仅限Slash命令
# Generate slash commands + AI tool configs in your project
npx @nometria-ai/nom setupMCP工具
| 工具 | 说明 |
|---|---|
nometria_login | 使用API密钥进行身份验证 |
nometria_init | 创建nometria.json配置 |
nometria_deploy | 部署到生产环境 |
nometria_preview | 创建临时预览(免费,2小时) |
nometria_status | 检查部署状态 |
nometria_logs | 查看部署日志 |
nometria_list_apps | 列出所有应用程序 |
斜杠命令
运行后 setup,这些可以在克劳德代码中找到:
/deploy--部署到生产环境/preview--创建暂存预览/status--检查部署状态/nometria-login--身份验证
快速开始
> Use nometria_login with key nometria_sk_...
> Use nometria_init to set up this project
> Use nometria_deploy to ship it认证
在获取API密钥 nometria.com/settings/api-keys.
# Option 1: Set env var
export NOMETRIA_API_KEY=nometria_sk_...
# Option 2: Use the login tool
# Claude Code will call nometria_login for you支持平台
AWS、谷歌云、Azure、DigitalOcean、Hetzner、Vercel
也可用
- 命令行界面:
npx @nometria-ai/nom deploy— - VS Code:在扩展名中搜索“Nometria”
- 光标:通过自动规则
.cursor/rules/
许可证
麻省理工学院
