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.
相关服务器
Alpha Vantage MCP Server
赞助Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Ping MCP Server
An MCP server providing on-chain AI tools for seamless interaction with the Solana blockchain.
Floom
Deploy Python functions as web apps. Type hints become UI, API, and shareable links. 32 MCP tools for deploy, run, storage, secrets, scheduling, versioning, and sharing.
Rollbar
Access Rollbar project data for error monitoring and debugging.
GhidraMCP
An embedded MCP server for Ghidra, exposing program data and reverse engineering functionalities.
MCP Server Pentest
Automated browser penetration testing to detect XSS and SQL vulnerabilities.
FastMCP-Scala
A Scala 3 library for building Model Context Protocol (MCP) servers.
GitHub Issue Reproduction MCP Server
An intelligent MCP server that automates the reproduction of GitHub issues for AWS CDK projects.
Model Context Protocol servers
A collection of reference MCP server implementations in TypeScript and Python, demonstrating MCP features and SDKs.
Cupertino
Apple Documentation MCP Server - Search Apple docs, Swift Evolution, and sample code
mcp-nodejs
A Node.js MCP server example for the OpenWeather API, requiring an API key.