Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-nometria-deploy": {
"args": [
"-y",
"@nometria-ai/claude-code"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Deploy any project to any cloud directly from Claude Code.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@nometria-ai/claude-code' 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 @nometria-ai/claude-code 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 / cloud
MCP server for using the GitLab API
MCP Server for GCP environment for interacting with various Observability APIs.
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform. It provides a set of tools that interact with Yunxiao's API, allowing AI assistants to manage Codeup repository, Project, Pipeline, Packages etc.
MCP Security Weekly
Get CVE alerts and security updates for io.github.nometria/deploy and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Deploy any project to any cloud directly from Claude Code.
# Install as a Claude Code plugin (includes MCP server + skills)
/plugin marketplace add nometria/claude-code-plugin
/plugin install nometria
# 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'
# Generate slash commands + AI tool configs in your project
npx @nometria-ai/nom setup
| Tool | Description |
|---|---|
nometria_login | Authenticate with your API key |
nometria_init | Create nometria.json config |
nometria_deploy | Deploy to production |
nometria_preview | Create staging preview (free, 2hr) |
nometria_status | Check deployment status |
nometria_logs | View deployment logs |
nometria_list_apps | List all your apps |
After running setup, these are available in Claude Code:
/deploy - Deploy to production/preview - Create staging preview/status - Check deployment status/nometria-login - Authenticate> Use nometria_login with key nometria_sk_...
> Use nometria_init to set up this project
> Use nometria_deploy to ship it
Get an API key at 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, Google Cloud, Azure, DigitalOcean, Hetzner, Vercel
npx @nometria-ai/nom deploy - npm.cursor/rules/MIT