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
codegraph-rust
A blazingly fast codebase graphRAG implementation in 100% Rust
Adobe After Effects MCP
An MCP server that allows AI assistants to interact with Adobe After Effects.
Unbundle OpenAPI MCP Server
A server for splitting and extracting parts of OpenAPI specifications using Redocly CLI.
MCP-Mem0
Integrate long-term memory into AI agents using Mem0.
CRAN Package README MCP Server
Fetch comprehensive information about CRAN packages, including READMEs, metadata, and search functionality.
Ant Design Components
Provides Ant Design component documentation to large language models (LLMs), allowing them to explore and understand the components.
ImageJ / Fiji
An MCP server for ImageJ/Fiji, implemented as a Python wrapper for Fiji functions.
DocC MCP
Exposes Apple DocC documentation archives to AI agents, enabling real-time access to Swift documentation.
Valyu
Access Valyu's knowledge retrieval and feedback APIs.
Sequential Thinking Multi-Agent System (MAS)
An MCP agent that utilizes a Multi-Agent System (MAS) for sequential thinking and problem-solving.