mdk-mcp-server
Verified Safeby SAP
Overview
This server provides AI agents with comprehensive MDK knowledge and tools to assist in the development of cross-platform mobile applications.
Installation
npm startSecurity Notes
The server includes robust input validation (using Zod) and path/command sanitization to prevent common vulnerabilities like path traversal and command injection, especially when executing external `mdkcli` and `yo` commands via `execSync`. Allowed base directories and commands are explicitly defined. However, the use of `execSync` inherently carries risk, and the system relies on the security of its external dependencies (e.g., HuggingFace model downloads, OData services, AI Core service if configured for actions). The XML parsing library (`xml2js`) also presents a potential, though unconfirmed, risk if untrusted XML is processed.
Similar Servers
keyboard-local
Enables AI clients to execute real-world tasks through connected third-party tools (APIs, CLIs, SDKs) with human approval, leveraging a secure GitHub Codespace environment.
1mcp
Orchestrate AI agent tool calls by executing JavaScript/Python code safely in a WebAssembly sandbox, significantly reducing LLM token context by chaining multiple operations into a single execution.
meds-mcp
Provides a medical context protocol (MCP) server and a React-based chat interface for interacting with patient records via LLMs and medical ontologies, facilitating evidence review and patient data exploration.
dotbox-mcp
An MCP server that enables LLMs to execute .NET workloads in isolated Docker containers for C# code execution, project management, and web API hosting.