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
Cargo Package README MCP ServerView
uMCP (ultraMCP)View
Textin MCP ServerEnglish | 中文View
AI Agent with MCPEste projeto implementa um agente de IA que utiliza o Model Context Protocol (MCP) para interagir co...View
Gemini MCP ToolView
Lean LSPMCP server that allows agentic interaction with the Lean theorem prover via the Language Server Prot...View