Skip to main content
Glama
vovayartsev-dice

devcontainer-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEVCONTAINER_CLINoCLI invocation; shell-split, so npx @devcontainers/cli works.devcontainer
DEVCONTAINER_WORKSPACE_FOLDERNoDefault host workspace folder when the workspaceFolder arg is omitted.current dir

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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 devcontainer exec ... bash -lc) rather than on the host. Use it for builds, tests, package installs and any other shell work that should happen in the container environment.

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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