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
공공 API 연동 MCP 샘플기상청 국가기후 데이터센터에서 제공하는 관광코스별 관광지 상세 날씨 조회서비스 를 사용하였다. API 관...View
Android Preference EditorUnlock the power of natural language for Android app development with the Android Preference Editor...View
Reactive AI Agent FrameworkView
Azure DevOpsA Stdio MCP server as dotnet tool to access Azure DevOps.View
Vibe-CoderA Model Context Protocol server that implements a structured development workflow for LLM-based codi...View
JVM MCP ServerView