mcpbeat Sign in
I

SnapDeploy MCP Server

by somdip-2310 Your server? Claim it
local only

SnapDeploy runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Deploy and manage SnapDeploy apps from your AI assistant: builds, logs, env vars, add-ons, domains.

Installs / week
npm · @snapdeploy/mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
no recent releases
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check SnapDeploy every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add snapdeploy -- npx -y @snapdeploy/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "snapdeploy": {
      "args": [
        "-y",
        "@snapdeploy/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.snapdeploy]
command = "npx"
args = ["-y", "@snapdeploy/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "snapdeploy": {
      "args": [
        "-y",
        "@snapdeploy/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "snapdeploy": {
      "args": [
        "-y",
        "@snapdeploy/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SNAPDEPLOY_API_KEY (Scoped personal access token (sd_pat_…) from https://snapdeploy.dev/api-keys), SNAPDEPLOY_READ_ONLY (Set to 1 to expose only the read tools). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SnapDeploy

same job, measured the same way
Scalingo
by usefulapi

Manage Scalingo PaaS apps, deployments, containers, logs and env vars from your AI assistant.

21 tools answering
Laravel Forge
by usefulapi

Manage Laravel Forge servers, sites, and deployments from your AI assistant.

17 tools answering
Aiven MCP
by aiven

Provision PostgreSQL, manage Apache Kafka, and deploy apps with Aiven - all from your AI assistant.

85 installs/wk answering
AppCrane
by gitayg

Deploy and manage apps on your own AppCrane instance, the self-hosted PaaS for AI-built apps.

49 installs/wk local only
Ploi Cloud
by ploicloud

European cloud hosting. Deploy and manage apps with your favorite AI coding assistant.

answering
Bult
by bultcloud

Deploy and manage Bult apps from AI coding agents.

27 installs/wk local only
Qovery MCP Server
by qovery

Deploy and manage your apps on Qovery

answering
JustDeploy
by justdeploy

Deploy and manage your apps, databases, storage, and scheduled jobs from your AI agent

answering

SnapDeploy — questions

Answers built from our own checks of this server.

Why is there no uptime for SnapDeploy?
SnapDeploy runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @snapdeploy/mcp.
How do I connect SnapDeploy?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @snapdeploy/mcp straight from npm; nothing to host, nothing to sign up for.
Is SnapDeploy open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.