containerinc-mcp
by f-inc
MCP Server for deploying applications to Container Inc. It provides a simple way to deploy applications using a Dockerfile.
Last updated: N/A
What is containerinc-mcp?
The MCP Server is a tool for deploying applications to the Container Inc. platform. It simplifies the deployment process by leveraging Dockerfiles.
How to use containerinc-mcp?
To use the MCP server, configure your editor with the provided JSON snippet in a .cursor/mcp.json
file. Ensure your editor settings enable the MCP server. Then, simply ask your editor to deploy to Container Inc.
Key features of containerinc-mcp
Easy deployment to Container Inc.
Uses Dockerfiles for building
Integrates with GitHub for repository creation and image publishing
Supports ephemeral deployments
Use cases of containerinc-mcp
Deploying web applications
Deploying APIs
Deploying background workers
Quickly prototyping applications
FAQ from containerinc-mcp
Why do I need to login with GitHub?
Why do I need to login with GitHub?
GitHub login is required to create a repository if needed, publish the Docker image to ghcr.io, and pull the code in the builder.
Do I need a Dockerfile?
Do I need a Dockerfile?
Yes, your project needs a Dockerfile so it can be built and deployed.
Are deployments free?
Are deployments free?
Yes, deployments are currently free and ephemeral.
What happens to my data?
What happens to my data?
Currently, deployments are ephemeral, meaning data is not persisted. The platform is being updated to support more persistent storage options.
What kind of applications can I deploy?
What kind of applications can I deploy?
You can deploy any application that can be containerized with a Dockerfile.