AutoProvisioner
A server for automated provisioning, supporting both local and remote communication protocols.
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
Serveurs connexes
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
ailist-mcp
Search and discover Ai projects from Claude Code. Browse 1,400+ MCP servers, tools, and agents. Submit projects via your Ai agent.
MCP Developer Name
Returns the current developer's information.
Test MCP Server
A sample MCP server implemented in Node.js for development and testing purposes.
Webflow
Interact with the Webflow API to manage sites, collections, and items.
Jupyter Earth MCP Server
Provides tools for geospatial analysis within Jupyter notebooks.
MCP Server for Drupal
A TypeScript-based MCP server that acts as a companion to the Drupal MCP module, communicating via STDIO.
OpenAPI to MCP
A Go tool for converting OpenAPI specifications into MCP tools.
sqlew
ADR (Architecture Decision Record) for AI Agents – An MCP server that enables AI agents to create, query, and maintain architecture decision records in a structured SQL database
PowerShell
Execute PowerShell scripts for Windows automation, system maintenance, data processing, and network monitoring.
OTP MCP Server
Generates secure One-Time Passwords (OTP) using TOTP and HOTP algorithms.