MCP.so
Sign In

Mcp Server Aibd Devcontainer

@gergelyszerovay

About Mcp Server Aibd Devcontainer

MCP server for AI-boosted development in VS Code DevContainers.

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

gergelyszerovay

Config

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

{
  "mcpServers": {
    "aibd": {
      "command": "npx",
      "args": [
        "-y",
        "@gergelyszerovay/mcp-server-aibd-devcontainer",
        "--allowedDirectories=/your/allowed/path"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Mcp Server Aibd Devcontainer?

Mcp Server Aibd Devcontainer is an MCP server that enhances AI-assisted development in DevContainer environments by providing file system operations and tools for AI assistants. It is based on Anthropic's Filesystem MCP server and adds safety modes, multiple transports, and optional shell execution.

How to use Mcp Server Aibd Devcontainer?

For the easiest setup, use the pre-configured aibd-devcontainer repository. Alternatively, run the server via npx with the --allowedDirectories option and configure it in Claude Desktop's claude_desktop_config.json. The server supports command-line options such as --enableHttpTransport, --enableShellExecTool, and --initialMode to customize its behavior.

Key features of Mcp Server Aibd Devcontainer

  • Complete file system operations (read, write, edit)
  • Directory tree and file searching
  • Plan and Act operational modes for safety
  • Allowed directory restrictions for security
  • SSE transport for dockerized environments
  • Optional shell command execution (disabled by default)

Use cases of Mcp Server Aibd Devcontainer

  • AI assistant exploring a codebase in read-only m

Comments

More Other MCP servers