trackmcp
Back to directory
crunchloop

mcp-devcontainers

View on GitHub

MCP for devcontainers

6 stars TypeScriptOthers Updated Apr 17, 2026
devcontainersmcp-server

Documentation

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.

json
{
  "mcpServers": {
    "devcontainers": {
      "command": "npx",
      "args": [
        "-y",
        "@crunchloop/mcp-devcontainers"
      ]
    }
  }
}

MCP Transport

At the moment, only `stdio` transport has been implemented.

Tools

ToolworkspaceFolderoutputFilePathCommandDescription
devcontainer_upPath to the workspace folder (string, required)Path to write output logs (string, optional)N/AStart 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_commandsPath to the workspace folder (string, required)Path to write output logs (string, optional)N/ARun 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_execPath 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.

Frequently asked questions

What is mcp-devcontainers?

mcp-devcontainers is MCP for devcontainers

How do I install mcp-devcontainers?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-devcontainers open source?

Yes — it is hosted on GitHub at https://github.com/crunchloop/mcp-devcontainers and has 6 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP