Back to Home
SAP icon

mdk-mcp-server

Verified Safe

by SAP

Overview

This server provides AI agents with comprehensive MDK knowledge and tools to assist in the development of cross-platform mobile applications.

Installation

Run Command
npm start

Security 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

Stats

Interest Score43
Security Score8
Cost ClassMedium
Avg Tokens2000
Stars16
Forks1
Last Update2025-12-04

Tags

MDKAIMobile DevelopmentCode GenerationDocumentation