GitHub
nometria/claude-code-plugin — MIT LicenseWhat it does
This is an MCP (Model Context Protocol) server that gives Claude Code 20 deployment tools. Instead of switching to a dashboard or terminal, you can just ask Claude to deploy, check status, set environment variables, and more — all through conversation.Install
What you can say
After installing, try these in Claude Code:- “Deploy this project to AWS”
- “Show me the deployment status”
- “Set the DATABASE_URL environment variable”
- “Run a security scan”
- “Create a staging preview”
- “Stop the instance”
20 tools included
| Category | Tools |
|---|---|
| Deploy | nometria_deploy, nometria_preview |
| Monitor | nometria_status, nometria_logs, nometria_list_apps |
| Setup | nometria_init, nometria_setup, nometria_login |
| GitHub | nometria_github_connect, nometria_github_status, nometria_github_repos, nometria_github_push |
| Instance | nometria_start, nometria_stop, nometria_terminate, nometria_upgrade |
| Config | nometria_domain_add, nometria_env_set, nometria_env_list, nometria_scan |
Authentication
The plugin reads your API key from~/.nometria/credentials.json (created by nom login). You can also set the NOMETRIA_API_KEY environment variable.
npm
Slash commands
The plugin also ships with Claude Code slash commands. Runnom setup in your project to install them:
| Command | What it does |
|---|---|
/deploy | Full deploy-to-production workflow |
/preview | Create a free staging preview |
/status | Check status of all your apps |
/nometria-login | Set up authentication |
See the full MCP server documentation for detailed tool descriptions and troubleshooting.