✨ From vibe coding to vibe deployment. UBOS MCP turns ideas into infra with one message.

Learn more

AutoProvisioner MCP Server (open beta)

Installation

  1. Remote (Recommended)
  • requires node and npm to be installed
  • remote, SSE-based communication

Update configuration as follows:

{
  "mcpServers": {
    "autoprovisioner": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://autoprovisioner-remote.zerosync.co/sse"
      ]
    }
  }
}
  1. Local
  • no system dependencies
  • local, stdio-based communication

Step 1:

curl -fsSL https://raw.githubusercontent.com/zerosync-co/mcp-server-autoprovisioner/main/install-prerelease.sh | bash

Step 2:

Run mcp-server-autoprovisioner init, or update configuration as follows

{
  "mcpServers": {
    "autoprovisioner": {
      "command": "path/to/mcp-server-autoprovisioner", // which mcp-server-autoprovisioner
      "args": [
        "run",
        "user_..." // mcp-server-autoprovisioner whoami
      ]
    }
  }
}

Build From Source

deno compile 
    --output mcp-server-autoprovisioner 
    --env-file=".env" 
    --no-check 
    -A stdio/index.ts

Testing options

npx @modelcontextprotocol/inspector

Featured Templates

View More
AI Engineering
Python Bug Fixer
119 1433
AI Agents
AI Video Generator
252 2007 5.0
AI Characters
Sarcastic AI Chat Bot
129 1713

Start your free trial

Build your solution today. No credit card required.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.