A server for automated provisioning, supporting both local and remote communication protocols.
Update configuration as follows:
{
"mcpServers": {
"autoprovisioner": {
"command": "npx",
"args": [
"mcp-remote",
"https://autoprovisioner-remote.zerosync.co/sse"
]
}
}
}
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
]
}
}
}
deno compile \
--output mcp-server-autoprovisioner \
--env-file=".env" \
--no-check \
-A stdio/index.ts
npx @modelcontextprotocol/inspector
Turns any command-line interface (CLI) command into a simple StdIO-based MCP server.
Access financial data like stock prices, currency info, and insider trading data using the Synth Finance API.
An intelligent codebase search engine that transforms local codebases into a natural language queryable knowledge base.
Fetch comprehensive information about CRAN packages, including READMEs, metadata, and search functionality.
Execute MATLAB scripts and functions via MCP clients. Requires a local MATLAB installation.
Create, edit, and manage LaTeX files. Requires an external LaTeX distribution like MiKTeX, TeX Live, or MacTeX.
Control your Android phone using ADB commands. Requires ADB tools and an Android device with USB debugging enabled.
Integrates with the Stability AI API for image generation, editing, and upscaling.
A template for deploying a remote MCP server on Cloudflare Workers, allowing for custom tool integration.
An MCP server for interacting with the Postman API, requiring an API key.