Skip to content

Installation

Connect Menezis to your AI assistant in 2 minutes.

Prerequisites

  • Node.js 18+ installed
  • npx available (comes with npm)
01

Get your API key

Sign up at app.menezis.ai and generate an API key from your dashboard.

Your API key looks like:
mzs_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
02

Choose your AI client

03

Add MCP configuration

Edit your Claude Code config file:

~/.claude/settings.json

Or use: /mcp command in Claude Code

Add or merge this configuration:

{
  "mcpServers": {
    "menezis": {
      "command": "npx",
      "args": ["-y", "menezis"],
      "env": {
        "MENEZIS_API_KEY": "your_api_key_here"
      }
    }
  }
}

Replace your_api_key_here with your actual API key.

04

Restart & verify

Restart Claude Code. The Menezis tools should now be available.

Try asking your AI assistant:

"Deploy a Ghost blog with PostgreSQL in Europe"

You're ready!

Menezis is now connected. You have access to 16 MCP tools for infrastructure deployment.