Skip to main content

GitHub

nometria/claude-code-plugin — MIT License

What 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

That’s it. Next time you open Claude Code in a project, it can deploy for you.

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

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. Run nom setup in your project to install them: See the slash commands guide for details.
See the full MCP server documentation for detailed tool descriptions and troubleshooting.