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

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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

TDQS

A4.2/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no ambiguity between tools. The single 'bash' tool is clearly defined for running commands inside a devcontainer.

Naming Consistency5/5

With only one tool named 'bash', naming is trivially consistent. The name is simple and lowercase, which is fine for a single tool.

Tool Count3/5

The server has only one tool, which feels thin for a server named 'devcontainer-mcp'. Most devcontainer workflows involve more than just running commands, so the count is borderline low.

Completeness3/5

The server covers only shell execution inside a devcontainer. While this is core functionality, it lacks tools for container lifecycle management (start, stop, config), leaving notable gaps for typical devcontainer use.

Maintenance

ActivityMaintained
ResponsivenessSyncing