MCP ExplorerExplorer

Mcp Server Autoprovisioner

@zerosync-coon 10 months ago
1 BSD-3-Clause
FreeCommunity
AI Systems
MCP AutoProvisioner

Overview

What is Mcp Server Autoprovisioner

mcp-server-autoprovisioner is an open beta tool designed to automate the provisioning of MCP servers, streamlining the setup process for users.

Use cases

Use cases include rapid deployment of development environments, automated testing setups, and scaling server resources efficiently.

How to use

To use mcp-server-autoprovisioner, you can install it by running the provided installation script via curl, or compile it from source using the Deno task command.

Key features

Key features include automated server provisioning, ease of installation, and testing options to ensure functionality.

Where to use

mcp-server-autoprovisioner can be used in cloud environments, development setups, and any scenario requiring automated server management.

Content

AutoProvisioner MCP Server (open beta)

Installation

  1. Remote (Recommended)

Update configuration as follows:

{
  "mcpServers": {
    "autoprovisioner": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://autoprovisioner-remote.zerosync.co/sse"
      ]
    }
  }
}
  1. Local

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers