devcontainer-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEVCONTAINER_CLI | No | CLI invocation; shell-split, so npx @devcontainers/cli works. | devcontainer |
| DEVCONTAINER_WORKSPACE_FOLDER | No | Default host workspace folder when the workspaceFolder arg is omitted. | current dir |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| bashA | Run a shell command inside the project's devcontainer and return its combined stdout/stderr and exit status. Mirrors Claude Code's built-in Bash tool, but every command executes inside the devcontainer (via The command string is interpreted by bash inside the container, so pipes, &&, ||, globs, redirects, env expansion and quoting all behave as in a normal shell. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vovayartsev-dice/devcontainer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server