- Home
- MCP servers
- ContainerInc
ContainerInc
- javascript
8
GitHub Stars
javascript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"f-inc-containerinc-mcp": {
"command": "npx",
"args": [
"@container-inc/mcp"
]
}
}
}This MCP Server lets you deploy to Container Inc. using a lightweight, ephemeral deployment flow. You configure a simple MCP entry in your home workspace and invoke the deployment through your MCP client to push your code to Container Inc. This setup emphasizes quick starts and easy experimentation with deployments.
How to use
You use a dedicated MCP client to push your project to Container Inc. after you configure the MCP entry. The server behaves as a lightweight starter for deployments, and it’s designed for quick trials where deployments are currently ephemeral and free.
How to install
Prerequisites you need before installation:
- Node.js and npm or npx available on your system.
Follow these steps to set up the MCP entry in your workspace:
{
"mcpServers": {
"containerinc_mcp": {
"command": "npx",
"args": ["@container-inc/mcp"]
}
}
}
Additional setup notes
-
Place the above in a ".cursor/mcp.json" file in your home directory (or your editor’s equivalent).
-
Check your editor’s settings to ensure MCP support is enabled.
-
When you’re ready, tell your MCP client to deploy to Container Inc to start the deployment process.