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
Bitcoin & Lightning NetworkView
MCP Configuration EditorAWS Q DeveloperおよびClaude DesktopのMCP(Model Context Protocol)設定ファイルを管理するためのMCPサ...View
MCP Server + AsgardeoThis is a sample Model Context Protocol (MCP) server that supports remote MCP clients to connect and...View
Odoo XML-RPC MCP ServerA Model Context Protocol (MCP) server that provides tools for interacting with Odoo via XML-RPC.View
Chrome DevTools MCP ServerView
Session Continuity MCP ServerNo documentation available.View