AutoProvisioner - Secure MCP Server by ALMC Security 2025

AutoProvisioner

View on GitHub

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

Related in Development - Secure MCP Servers

ServerSummaryActions
Software Planning ToolView
Dify WorkflowA tool server for easy integration with Dify Workflow using the Model Context Protocol (MCP).View
MCP Audio InspectorView
HAL (HTTP API Layer)View
Gemini CLIView
Remote MCP Server for OdooThis example allows you to deploy a remote MCP server that doesn't require authentication on Cloudfl...View