AutoProvisioner MCP Server (open beta)
Installation
- Remote (Recommended)
- requires node and npm to be installed
- remote, SSE-based communication
Update configuration as follows:
{
"mcpServers": {
"autoprovisioner": {
"command": "npx",
"args": [
"mcp-remote",
"https://autoprovisioner-remote.zerosync.co/sse"
]
}
}
}
- Local
- no system dependencies
- local, stdio-based communication
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
AutoProvisioner
Project Details
- zerosync-co/mcp-server-autoprovisioner
- BSD 3-Clause "New" or "Revised" License
- Last Updated: 6/13/2025
Recomended MCP Servers
MCP Server for interacting with live music events
MCP server for shadcn/ui component references
This is a Model Context Protocol (MCP) server that provides comprehensive financial data from Yahoo Finance. It allows...
MCP server for Pokemon cards
MCP Server for Space Frontiers API
🔗 Model Context Protocol (MCP) Server for retrieving saved articles from Pocket API and loading them into Claude
java version unsplash mcp server
Creates short videos for TikTok, Instagram Reels, and YouTube Shorts using the Model Context Protocol (MCP) and a...





