Devcontainers
Integrates with the devcontainers CLI to manage development containers. Requires Docker.
mcp-devcontainers
The MCP Devcontainers is a Model Context Protocol (MCP) server that provides a simple integration with the devcontainers cli.
Dependencies
This server requires Docker to be installed and running on your system, as it is used by the devcontainers cli to build and manage development containers.
No other dependencies are required to use the MCP Devcontainers server.
Usage
MCP servers are configured differently depending on the client that you are using. For reference, this is how you would configure it using Claude Desktop.
{
"mcpServers": {
"devcontainers": {
"command": "npx",
"args": [
"-y",
"@crunchloop/mcp-devcontainers"
]
}
}
}
MCP Transport
At the moment, only stdio transport has been implemented.
Tools
-
devcontainer_up - Start or initialize a devcontainer environment in the specified workspace folder. Use this to ensure the devcontainer is running and ready for development tasks.
workspaceFolder: Path to the workspace folder (string, required)outputFilePath: Path to write output logs (string, optional)
-
devcontainer_run_user_commands - Run the user-defined
postCreateCommandandpostStartCommandscripts in the devcontainer for the specified workspace folder. Use this to execute setup or initialization commands after the devcontainer starts.workspaceFolder: Path to the workspace folder (string, required)outputFilePath: Path to write output logs (string, optional)
-
devcontainer_exec - Execute an arbitrary shell command inside the devcontainer for the specified workspace folder. Use this to run custom commands or scripts within the devcontainer context.
workspaceFolder: Path to the workspace folder (string, required)command: Command to execute (string[], required)outputFilePath: Path to write output logs (string, optional)
License
Released under the MIT License. See the LICENSE file for further details.
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Aptos NPM MCP
A MCP server for interacting with Aptos NPM packages.
GhostMCP
Injectable MCP server for AI-driven reverse engineering inside processes
Moatless MCP Server
An advanced code analysis and editing server with semantic search capabilities using vector embeddings.
MCP Go Generator Node.js
Generate Go microservices with a hexagonal architecture in a Node.js environment.
AI pair programming
Orchestrates a dual-AI engineering loop where a Primary AI plans and implements, while a Review AI validates and reviews, with continuous feedback for optimal code quality. Supports custom AI pairing (Claude, Codex, Gemini, etc.)
MATLAB MCP Server
Integrates MATLAB with AI to execute code, generate scripts from natural language, and access documentation.
pyATS
Interact with network devices using Cisco's pyATS and Genie libraries for model-driven automation.
MCP Server Test
An example MCP server deployable on Cloudflare Workers without authentication.
Image Generator
Generate and save images using the Replicate API.
vLEI.wiki MCP
Turns the Agent into a vLEI/KERI protocol expert