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
MCP Server BoilerplateA playground for Model Context Protocol (MCP) server built with TypeScript and Streamable HTTP trans...View
vHAL MCP ServerMCP server for Android Vehicle Hardware Abstraction Layer (vHAL) documentation and source code analy...View
Laravel Codebase IntrospectionView
EverythingThis MCP server attempts to exercise all the features of the MCP protocol. It is not intended to be...View
Codebase MCP ServerCodebase MCP Server 是一个专为开发者设计的智能代码库搜索引擎。它基于模型上下文协议(MCP),将本地代...View
OllamaA Model Context Protocol (MCP) server for integrating Ollama with Claude Desktop or other MCP client...View