Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Basicdeploy Mcp

    The runtime your AI agent deploys to — one MCP call gives a live container with Postgres, S3 storage, and a public URL. Create, deploy, exec, and manage apps.

    0 stars
    JavaScript
    Updated Aug 14, 2026
    ai-agents
    claude
    containers
    cursor
    deployment
    mcp
    model-context-protocol
    paas

    Table of Contents

    • Quick start
    • Environment variables
    • Tools
    • Runtime
    • Example prompts
    • License

    Table of Contents

    • Quick start
    • Environment variables
    • Tools
    • Runtime
    • Example prompts
    • License

    Documentation

    BasicDeploy MCP Server

    The persistent runtime your agent deploys to — a database, object storage, and a public URL, one MCP call.

    An MCP (Model Context Protocol) server that lets AI coding agents — Claude Code, Cursor, and any MCP client — create and manage BasicDeploy containers directly. Every container comes with a PostgreSQL database, S3‑compatible object storage, environment variables, and a public HTTPS URL, all provisioned automatically. Your agent can create containers, deploy apps (Node, Python, Go, or Docker — auto‑detected), run commands, read logs, set always‑on, and share or delete containers.

    • 🌐 Site: https://basicdeploy.com
    • 📦 npm: https://www.npmjs.com/package/basicdeploy-mcp
    • 📚 Docs: https://basicdeploy.com/docs

    Quick start

    Requires Node.js ≥ 18. No install needed — npx fetches it on demand.

    Get an API key at https://basicdeploy.com/api-keys (it looks like bd_…, shown once), then add this to your MCP client:

    json
    {
      "mcpServers": {
        "basicdeploy": {
          "command": "npx",
          "args": ["-y", "basicdeploy-mcp@latest"],
          "env": {
            "BASICDEPLOY_API_KEY": "bd_your_api_key",
            "BASICDEPLOY_URL": "https://basicdeploy.com"
          }
        }
      }
    }

    Claude Code:

    bash
    claude mcp add basicdeploy \
      --env BASICDEPLOY_API_KEY=bd_your_api_key \
      --env BASICDEPLOY_URL=https://basicdeploy.com \
      -- npx -y basicdeploy-mcp@latest

    Claude Code plugin (this repo doubles as a plugin marketplace):

    bash
    /plugin marketplace add AkaciaNL/basicdeploy-mcp
    /plugin install basicdeploy-mcp@basicdeploy

    Then set BASICDEPLOY_API_KEY in your environment (the plugin reads it via ${BASICDEPLOY_API_KEY}).

    OpenAI Codex CLI:

    bash
    codex mcp add basicdeploy \
      --env BASICDEPLOY_API_KEY=bd_your_api_key \
      --env BASICDEPLOY_URL=https://basicdeploy.com \
      -- npx -y basicdeploy-mcp@latest

    or add it directly to ~/.codex/config.toml:

    toml
    [mcp_servers.basicdeploy]
    command = "npx"
    args = ["-y", "basicdeploy-mcp@latest"]
    env = { BASICDEPLOY_API_KEY = "bd_your_api_key", BASICDEPLOY_URL = "https://basicdeploy.com" }

    Environment variables

    VariableRequiredDescription
    BASICDEPLOY_API_KEYYesYour API key (bd_…). Required to call any tool (the server still starts and lists its tools without it, so clients can introspect it).
    BASICDEPLOY_URLNoAPI base URL. Defaults to https://basicdeploy.com.

    Tools

    ToolArgumentsDescription
    list_containers—List your containers: subdomain, status, URL, id, createdAt.
    create_containermemoryMb? (256/512/1024/2048), alwaysOn?Create a container. Database + S3 bucket provisioned automatically. Larger sizes need Pro/Scale; always‑on on Free uses a paid add‑on slot.
    get_containercontainerIdFull details: URL, status, ports, DB name/user, S3 bucket, volume path.
    deploy_apptarballPath, containerId?Deploy a .tar/.tar.gz/.tgz/.zip from disk. Unpacks to /workspace, auto‑detects the runtime, and starts the app on :8080. Omit containerId to create a new container; pass one to deploy into an existing container.
    exec_commandcontainerId, commandRun a shell command inside the container; returns output + exit code.
    get_logscontainerId, tail? (default 200)Fetch recent container logs.
    set_always_oncontainerId, enabledTurn a container's 24/7 always‑on flag on/off.
    wake_containercontainerIdWake a slept container so it serves traffic again.
    sleep_containercontainerIdSleep a running container to free memory (wakes on next request).
    get_account—Your plan, container limit (plan + add‑ons), selectable memory sizes, storage limit, and add‑ons.
    share_containercontainerId, email, expiresInHours?Share a container with another user by email (they get a sign‑in link). Omit expiresInHours for an unlimited share.
    delete_containercontainerIdPermanent — destroys the container, its database, and all files.

    Runtime

    Deployed apps must listen on 0.0.0.0:8080 — that's the port the public URL serves. DATABASE_URL and S3_ENDPOINT / S3_ACCESS_KEY / S3_SECRET_KEY / S3_BUCKET are preset in the container environment. Startup output goes to /workspace/deploy.log.

    Example prompts

    • "Create a 1GB always‑on container and deploy ./dist/app.tar.gz to it — give me the URL."
    • "Show the last 100 log lines of my blue-fox container."
    • "What plan am I on and how many containers can I run?"
    • "Share my container with teammate@example.com for 24 hours."

    License

    MIT. BasicDeploy is a product of Akacia (KVK 99629569, Netherlands).

    Similar MCP

    Based on tags & features

    • MC

      Mcpjungle

      Go·
      617
    • FA

      Fal Mcp Server

      Python·
      8
    • AN

      Anilist Mcp

      TypeScript·
      57
    • MC

      Mcp Aoai Web Browsing

      Python·
      30

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcpjungle

      Go·
      617
    • FA

      Fal Mcp Server

      Python·
      8
    • AN

      Anilist Mcp

      TypeScript·
      57
    • MC

      Mcp Aoai Web Browsing

      Python·
      30

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k