Skip to main content
Glama

Infrastructure Auto Provisioner

by zerosync-co
BSD 3-Clause
1

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

Infrastructure Auto Provisioner

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

        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