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
관련 서버
Alpha Vantage MCP Server
스폰서Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MetaMCP
A proxy server that combines multiple MCP servers into a single endpoint, routing requests to the appropriate underlying server.
DevContainer MCP Server
Manage DevContainer environments using natural language prompts in any MCP-compatible editor.
Postman MCP Server
Interact with the Postman API via an MCP server. Requires a Postman API key.
onUI
Annotate elements, draw regions, and ship cleaner UI faster.
ZenML
Interact with your MLOps and LLMOps pipelines through your ZenML MCP server
Bitcoin SV MCP Server
A collection of tools for interacting with the Bitcoin SV (BSV) blockchain, including wallet, ordinals, and utility functions.
Fluent (ServiceNow SDK)
Manage ServiceNow metadata, modules, records, and tests using Fluent, a TypeScript-based declarative DSL. Supports all ServiceNow SDK CLI commands.
MCP Tool Kit
A modular server for building AI agents with a unified interface for tools like file operations, web search, browser automation, and financial data.
Android Tester MCP
Automate Android devices using the Gbox SDK.
SonarQube
Provides seamless integration with SonarQube Server or Cloud, and enables analysis of code snippets directly within the agent context