Skip to main content
Glama

Infrastructure Auto Provisioner

by zerosync-co

AutoProvisioner MCP Server (open beta)

Installation

  1. Remote (Recommended)

Update configuration as follows:

{ "mcpServers": { "autoprovisioner": { "command": "npx", "args": [ "mcp-remote", "https://autoprovisioner-remote.zerosync.co/sse" ] } } }
  1. Local

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
-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Infrastructure Auto Provisioner

  1. Installation
    1. Build From Source
      1. Testing options

        Related MCP Servers

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/zerosync-co/mcp-server-autoprovisioner'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server