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
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Scout Monitoring MCP
ผู้สนับสนุนPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
ผู้สนับสนุนAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Icons8 MCP server
Get access to MCP server SVG and MCP server PNG icons in your vibe-coding projects
shadow-cljs
Monitors shadow-cljs builds and provides real-time build status updates.
Unleash
MCP server for managing Unleash feature flags and automate best practices.
PipeCD
Integrate with PipeCD to manage applications and deployments.
Enrichment MCP Server
Performs data enrichment on observables using third-party services via the security-cli Python package.
Authless MCP Server
A template for creating a remote, authentication-free MCP server deployable on Cloudflare Workers.
WinTerm MCP
Provides programmatic access to the Windows terminal, enabling AI models to interact with the command line interface.
Shipyard
The Shipyard CLI provides an MCP server for agents to manage Shipyard environments directly: by pulling logs, comparing branches, running tests, and stopping/starting environments..
widemem.ai
Open-source AI memory layer with importance scoring, temporal decay, hierarchical memory, and YMYL prioritization
kintone
An MCP server for integrating with the kintone REST API. Supports CRUD operations, file management, comments, and status updates.