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

        • A
          security
          A
          license
          A
          quality
          This server provides a convenient API for interacting with Azure DevOps services, enabling AI assistants and other tools to manage work items, code repositories, boards, sprints, and more. Built with the Model Context Protocol, it provides a standardized interface for communicating with Azure DevOps
          Last updated -
          96
          19
          TypeScript
          MIT License
        • A
          security
          A
          license
          A
          quality
          A tool that dynamically generates and configures MCP servers by automatically creating necessary directories and files according to user specifications.
          Last updated -
          1
          9
          9
          JavaScript
          MIT License
        • A
          security
          A
          license
          A
          quality
          An AI-powered automation tool development platform that provides modular architecture with tool hot-reloading, enterprise-grade integration capabilities, and real-time updates with zero-downtime deployment.
          Last updated -
          17
          4
          TypeScript
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          An MCP server that enables dynamic tool registration and execution based on API definitions, providing seamless integration with services like Claude.ai and Cursor.ai.
          Last updated -
          7
          Python
          MIT License
          • Apple

        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