MCP.so
ログイン
N

Nometria Deploy

@nometria

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.

基本情報

カテゴリ

開発者ツール

トランスポート

stdio

公開者

nometria

投稿者

Archit Sharma

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "nometria": {
      "command": "npx",
      "args": [
        "-y",
        "@nometria-ai/claude-code"
      ],
      "env": {
        "NOMETRIA_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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

コメント

「開発者ツール」の他のコンテンツ