Nometria Deploy
@nometria
About Nometria Deploy
Deploy any app to any cloud. 20 MCP tools for deployments, previews, and instance management. Supports AWS, GCP, Azure, and more via Nometria.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"nometria": {
"command": "npx",
"args": [
"-y",
"@nometria-ai/claude-code"
],
"env": {
"NOMETRIA_API_KEY": "<YOUR_API_KEY>"
}
}
}
}Tools
33Authenticate with Nometria. Provide an API key (starts with nometria_sk_) or omit to get sign-in instructions. Must be called before any other tool if not already authenticated. Keys are available at https://nometria.com/settings/api-keys.
Deploy the current project to production. Builds locally, uploads the archive, and triggers cloud deployment. For testing changes first, use nometria_preview instead. Requires nometria.json (use nometria_init to create). Supports AWS, GCP, Azure, DigitalOcean, Hetzner, and Vercel.
Create a free temporary staging preview. Deploys to an isolated sandbox that expires in 2 hours. Use this to test before deploying to production with nometria_deploy. No billing - previews are always free.
Roll back to a previous deployment version. If no deployment_id is specified, rolls back to the immediately previous version. Use nometria_status to check current state after rollback.
Check deployment status, instance state, URL, and IP address for an app. Use this to verify a deploy completed successfully or to check if an instance is running.
View recent deployment and application logs. Use this to debug deploy failures, check runtime errors, or monitor app behavior.
List all deployed apps with their status, platform, and payment info. Use this to find app IDs or get an overview of all deployments.
Get comprehensive project context in a single call: app name, framework, platform, status, URL, instance type, services, env var keys, GitHub connection, and estimated cost. Use this first to understand the current state before taking any action.
Initialize a nometria.json config file. Auto-detects framework (Next.js, Vite, Remix, Astro, SvelteKit, Nuxt, Node.js, Python, Deno), build commands, and multi-service architecture. Run this before first deploy.
Generate AI tool config files so every IDE and agent knows how to deploy this project. Creates: .cursor/rules, .clinerules, .windsurfrules, CLAUDE.md, .github/copilot-instructions.md, GitHub Action workflow, and Continue.dev config.
Connect GitHub for auto-deploy on push. Requires browser - instructs the user to run `nom github connect` in their terminal for OAuth authorization.
Check if GitHub auto-deploy is connected for this app and which GitHub user is linked.
List GitHub repos connected to your Nometria account. Useful for verifying which repo is linked to an app.
Push local code changes to the connected GitHub repo. Triggers auto-deploy if GitHub integration is active.
Start a stopped instance. Use this after nometria_stop to resume the app. Instance retains all data and configuration.
Stop a running instance to save costs. The instance is paused - data is preserved. Use nometria_start to resume. Billing pauses while stopped.
PERMANENTLY delete an instance and all its data. This is irreversible - the app, database, and files are destroyed. Use nometria_stop instead if you want to pause temporarily.
Resize an instance. Available sizes: 2gb ($39/mo), 4gb ($49/mo), 8gb ($79/mo), 16gb ($129/mo). The instance restarts during upgrade. No data loss.
Add a custom domain to your app with automatic SSL/TLS certificate provisioning via Let's Encrypt. Point your domain's DNS to the instance IP first, then add it here.
Set environment variables on the deployed instance. Variables are injected into the app process and persisted across resyncs. Use for API keys, database URLs, feature flags.
List all environment variable keys set on the deployed instance. Returns key names only (not values) for security.
Run an AI-powered security and performance audit. Returns scores (0-100) for security, performance, and code quality, plus actionable issues with severity levels and fix suggestions.
Add a backend service (database, cache, or storage) to your deployed instance. Provisions a Docker container with auto-generated credentials and injects the connection string as an environment variable. Available: postgres, mysql, mongodb, redis, minio.
List all backend services running on the instance with their type, version, port, and connection string. Use this to check what databases and caches are available.
Remove a backend service from the instance. WARNING: This deletes the service container and its data. Create a backup first with nom db backup.
Execute a read-only SQL query against a PostgreSQL or MySQL database on the instance. Returns results as JSON. Queries are wrapped in a read-only transaction - DDL and writes are blocked. For schema changes, use nometria_db_create_table.
List all tables in the database with row counts and column info. Use this to understand the database schema before writing queries.
Describe a table's schema: columns, data types, constraints, indexes, and foreign keys. Use this before writing queries or creating related tables.
Create a new database table. Generates and executes CREATE TABLE SQL with the specified columns. Automatically adds id (UUID), created_at, and updated_at columns.
Add a webhook URL to receive notifications for deployment events. Supports: deploy.started, deploy.success, deploy.failed, preview.created, instance.started, instance.stopped, backup.completed.
List all configured webhooks for an app with their URLs and subscribed events.
Remove a webhook subscription.
Get documentation about Nometria features. Use this when you need to understand how a feature works before using it. Covers deployment, databases, services, auth, domains, and troubleshooting.
Overview
What is Nometria Deploy?
Nometria Deploy is an MCP server that lets you deploy any project to any cloud directly from Claude Code. It provides tools and slash commands for authentication, configuration, deployment, staging previews, status checks, and log viewing. It is designed for developers who want to ship applications to AWS, Google Cloud, Azure, and other providers without leaving their Claude Code session.
How to use Nometria Deploy?
Install as a Claude Code plugin, add the MCP server with claude mcp add nometria -- npx -y @nometria-ai/claude-code, or generate slash commands and AI tool configs using npx @nometria-ai/nom setup. After authenticating with an API key (set as NOMETRIA_API_KEY environment variable or via the nometria_login tool), use tools like nometria_deploy and nometria_preview or slash commands like /deploy and /preview to manage deployments.
Key features of Nometria Deploy
- Deploy to any cloud: AWS, Google Cloud, Azure, DigitalOcean, Hetzner, Vercel
- Free 2-hour staging previews with
nometria_preview - Slash commands for quick deploy, preview, and status checks
- MCP tools for authentication, configuration, deployment, and monitoring
- Supports both plugin and standalone MCP server installations
- Also available as CLI (
npx @nometria-ai/nom) and VS Code extension
Use cases of Nometria Deploy
- Deploy a web application to production directly from a Claude Code conversation
- Create a temporary staging preview for client or team review before going live
- Check deployment status and view logs without switching to a separate dashboard
- Quickly authenticate and configure new projects for deployment
- Manage multiple apps across different cloud providers from one interface
FAQ from Nometria Deploy
How do I authenticate with Nometria Deploy?
Get an API key from ownmy.app/settings/api-keys. You can set it as the environment variable NOMETRIA_API_KEY or use the nometria_login tool to provide the key during your session.
Which cloud providers are supported?
AWS, Google Cloud, Azure, DigitalOcean, Hetzner, and Vercel are supported.
Can I use Nometria Deploy without the Claude Code plugin?
Yes. You can install it as a standalone MCP server via claude mcp add nometria or generate slash commands with npx @nometria-ai/nom setup. A CLI (npx @nometria-ai/nom deploy) and a VS Code extension are also available.
Are preview deployments free?
Yes, the nometria_preview tool creates a staging preview that is free and lasts for 2 hours.
What tools and slash commands are included?
MCP
Frequently asked questions
How do I authenticate with Nometria Deploy?
Get an API key from [ownmy.app/settings/api-keys](https://ownmy.app/settings/api-keys). You can set it as the environment variable `NOMETRIA_API_KEY` or use the `nometria_login` tool to provide the key during your session.
Which cloud providers are supported?
AWS, Google Cloud, Azure, DigitalOcean, Hetzner, and Vercel are supported.
Can I use Nometria Deploy without the Claude Code plugin?
Yes. You can install it as a standalone MCP server via `claude mcp add nometria` or generate slash commands with `npx @nometria-ai/nom setup`. A CLI (`npx @nometria-ai/nom deploy`) and a VS Code extension are also available.
Are preview deployments free?
Yes, the `nometria_preview` tool creates a staging preview that is free and lasts for 2 hours.
What tools and slash commands are included?
MCP
Basic information
More Developer Tools MCP servers

Skycloak
Manage your Skycloak-hosted Keycloak: clusters, realms, apps, SSO and users, from any MCP client.

Air Pipe
airpipeBuild, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client.
AptiBuild AI — Career Intelligence
ParklandBuildsAptiBuild AI — Career Intelligence MCP Server Structured career decision scaffolding for AI agents. Provides personality-conditioned business idea generation, official BLS OEWS wage data, FRED labor market signals, and
OrangePro
Aamir SiddiquiOrangePro local-first CLI + MCP server for behavior mapping, grounded test generation, and dynamic proof.

Skilder.ai
skilder.aiRun skills and MCP tools like production software: versioned, composed into roles, distributed to every agent from one governed library.
Comments