Mcp Server Aibd Devcontainer
@gergelyszerovay
About Mcp Server Aibd Devcontainer
MCP server for AI-boosted development in VS Code DevContainers.
Basic information
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
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments