defang icon indicating copy to clipboard operation
defang copied to clipboard

MCP Server does not work in devcontainers

Open nullfunc opened this issue 4 months ago • 0 comments

Repro:

  1. IDE with MCP
  2. open a project in a dev container
  3. try some mcp commands

Expectation: Defang MCP server tools are available Actual: no mcp is set up

Within a dev container the mcp configuration is expected to live within the container but it is not installed.

Workaround: when running in a dev container, open terminal and install the mcp ( defang mcp setup --client xxxx )

nullfunc avatar Sep 19 '25 18:09 nullfunc