Provides Deno integration for building the MCP server from source, allowing compilation of the server with environment variable support and custom output configuration.
Supports environment variable configuration through .env files when building the server from source, enabling customized deployment settings.
Enables installation from the zerosync-co GitHub repository, allowing users to obtain the latest pre-release version of the server directly from source.
Provides remote installation and execution capabilities through npm packages, supporting SSE-based communication for the MCP server.
AutoProvisioner MCP Server (open beta)
Installation
- Remote (Recommended)
- requires node and npm to be installed
- remote, SSE-based communication
Update configuration as follows:
- Local
- no system dependencies
- local, stdio-based communication
Step 1:
Step 2:
Run mcp-server-autoprovisioner init
, or update configuration as follows
Build From Source
Testing options
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Infrastructure Auto Provisioner
Related MCP Servers
- TypeScript
- TypeScriptMIT License
- RustMIT License