@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"]
}
}
}
- Place the above in a
.cursor/mcp.json(or your editor's equivalent) file in your home directory. - Check the editor's settings to ensure it is enabled.
- Just ask to deploy to Container Inc.
Notes
- You'll be asked to login with GitHub this is so that:
- We can create a repository if needed
- Publish the docker image to ghcr.io
- Pull the code in the builder
- Ensure your project has a
Dockerfileso it can be built
Recommend MCP Servers 💡
@gannonh/firebase-mcp
Model Context Protocol (MCP) server for Firebase, enabling AI assistants to work with Firestore, Storage, and Authentication services.
@tiberriver256/mcp-server-azure-devops
An MCP server implementation for Azure DevOps, allowing AI assistants to interact with Azure DevOps APIs through a standardized protocol.
remote-mcp-server
A remote MCP server implementation that runs on Cloudflare Workers with OAuth login
thirdweb-mcp
An MCP server integrating thirdweb's blockchain tools (Nebula, Insight, Engine, etc.) with MCP clients.
alibabacloud-devops-mcp-server
AlibabaCloud Devops MCP Server enables AI assistants to interact with the Yunxiao platform, providing tools for managing code repositories, projects, pipelines, and packages within the Alibaba Cloud DevOps ecosystem.
cf-example-remote-mcp-server
An example remote MCP server deployed on Cloudflare Workers, demonstrating OAuth login and integration with MCP Inspector and Claude Desktop.