MCP ExplorerExplorer

Containerinc Mcp

@f-incon 10 months ago
8 MIT
FreeCommunity
AI Systems
MCP Server for automated deployments onto Container Inc.

Overview

What is Containerinc Mcp

containerinc-mcp is an MCP Server designed for automated deployments to Container Inc., facilitating the deployment of applications in a streamlined manner.

Use cases

Use cases for containerinc-mcp include deploying web applications, microservices, and any containerized applications that require efficient and automated deployment to Container Inc.

How to use

To use containerinc-mcp, place the provided JSON configuration in a ‘.cursor/mcp.json’ file in your home directory. Ensure your editor is configured to enable it, and deploy your application to Container Inc. after logging in with GitHub.

Key features

Key features of containerinc-mcp include automated deployment processes, integration with GitHub for repository management, and support for Docker image publishing to GitHub Container Registry.

Where to use

containerinc-mcp can be used in software development environments, particularly for teams looking to automate their deployment processes and streamline application delivery to Container Inc.

Content

@container-inc/mcp

MCP Server for deploying to Container Inc.

[!TIP]
For now deployments are ephemneral and free. The platform is update coming soon to support more.

Usage

// .cursor/mcp.json
{
  "mcpServers": {
    "@container-inc/mcp": {
      "command": "npx",
      "args": ["@container-inc/mcp"]
    }
  }
}
  1. Place the above in a .cursor/mcp.json (or your editor’s equivalent) file in your home directory.
  2. Check the editor’s settings to ensure it is enabled.
  3. Just ask to deploy to Container Inc.

Notes

  • You’ll be asked to login with GitHub this is so that:
    1. We can create a repository if needed
    2. Publish the docker image to ghcr.io
    3. Pull the code in the builder
  • Ensure your project has a Dockerfile so it can be built

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers