ClaudeMap

Container Use

Dagger's containerized development environments for coding agents — every agent gets its own container and branch.

SDKs & Toolingcontainersisolationmcpdagger

Dagger's container-use gives each coding agent an isolated, reproducible environment: a container per agent, a git branch per task, so parallel agents never step on each other and any change is reviewable in isolation. Works as an MCP server with Claude Code and other MCP-aware agents.

Repository

dagger/container-use

Charted

Related on the map

  • E2B

    SDK / Tool

    Open-source secure sandboxes where AI agents run code — the de facto execution layer for agent apps.

    • sandbox
    • code-execution
    • sdk
    • agents
  • FastMCP

    SDK / Tool

    Pythonic framework for building MCP servers — decorators, type hints, and zero boilerplate.

    • framework
    • python
    • mcp
    • type-driven
  • Anthropic's official TypeScript SDK for building agentic applications.

    • official
    • sdk
    • typescript
    • anthropic