D365BCAdminMCPExtension
Verified Safeby demiliani
Overview
A Visual Studio Code extension that automatically installs and configures the Dynamics 365 Business Central Admin MCP server for GitHub Copilot integration.
Installation
d365bc-admin-mcpSecurity Notes
The extension uses `child_process.exec` to run system commands (`npm`, `node`, `tasklist`, `taskkill`, `pgrep`, `pkill`, `d365bc-admin-mcp`). These commands are either core system tools or the designated MCP server CLI. No direct user input is used in command construction, reducing injection risk. The primary security consideration is the global installation of a third-party npm package (`@demiliani/d365bc-admin-mcp`), which is inherent to its functionality. File system operations are confined to expected VS Code and user configuration directories. No hardcoded secrets or obvious malicious patterns were found. The 'security.md' acknowledges these aspects, promoting transparency.
Similar Servers
bc-code-intelligence-mcp
The BC Code Intelligence MCP Server provides Business Central (BC) development knowledge, AI specialist consultations, and structured workflows to AI agents and developers via the Model Context Protocol (MCP).
bc-webclient-mcp-server
Enable AI agents (like Claude) to interact with Business Central (BC) by translating high-level commands into BC WebSocket protocol interactions, specifically tailored for on-premises BC deployments via runtime patching.
Workshop-MCP-Server-Directions-Lab
This server integrates with Microsoft Dynamics 365 Business Central to expose its data and functionality as MCP tools for Claude Desktop, enabling AI-powered interactions with ERP data.
developer-mcp
This repository appears to be a JavaScript/TypeScript project, likely an SDK, library, or development tool, built for developers.