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
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Comments