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
| Tool | workspaceFolder | outputFilePath | Command | Description |
|---|---|---|---|---|
| devcontainer_up | Path to the workspace folder (string, required) | Path to write output logs (string, optional) | N/A | Start or initialize a devcontainer environment in the specified workspace folder. Use this to ensure the devcontainer is running and ready for development tasks. |
| devcontainer_run_user_commands | Path to the workspace folder (string, required) | Path to write output logs (string, optional) | N/A | Run the user-defined postCreateCommand and postStartCommand scripts in the devcontainer for the specified workspace folder.Use this to execute setup or initialization commands after the devcontainer starts. |
| devcontainer_exec | Path to the workspace folder (string, required) | Path to write output logs (string, optional) | Command to execute (string[], required) | 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. |
License
Released under the MIT License. See the LICENSE file for further details.
Serveurs connexes
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
QA Sphere
Integration with QA Sphere test management system, enabling LLMs to discover, summarize, and interact with test cases directly from AI-powered IDEs
Sonic Pi MCP
Interact with Sonic Pi, the live coding music synth, using OSC messages.
MCP for Dart
A Dart SDK for building MCP servers and clients.
MCP Bench Router
Claude Code sucks at design. Let it delegate it's tasks to better models. Claude will use the MCP to get leaderboard of best design models and query specific code changes using OpenRouter.
FastMCP ThreatIntel
An AI-powered threat intelligence analysis tool for multi-source IOC analysis, APT attribution, and interactive reporting.
Roo Activity Logger
Automatically logs AI coding assistant activities, such as command executions and code generation, into searchable JSON files.
Jira Context MCP
MCP server to provide Jira Tickets information to AI coding agents like Cursor.
MCP Forge
Generate MCP servers using Smithery with Cursor IDE integration.
Croft Laravel
A local MCP server for Laravel developers to boost productivity with artisan commands.
MCP Remote
A remote proxy for MCP that enables local clients to connect to remote servers via OAuth.