MCP.so
Sign In
Servers

Claude Code Development Environment Setup

@hemant-zangoh

Complete development environment setup for Claude Code with MCP servers, dev containers, and long-running job capabilities

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "claude-dev-setup": {
      "command": "docker",
      "args": [
        "stats"
      ]
    }
  }
}

More from AI & Agents