Back to Home
SAP icon

mdk-mcp-server

Verified Safe

by SAP

Overview

Provides AI agents with comprehensive SAP Mobile Development Kit (MDK) knowledge and tools to assist in MDK application development, including project creation, artifact generation (pages, actions, i18n, rules), project management (build, deploy, validate, migrate), and documentation access.

Installation

Run Command
npx -y supergateway --port 9881 --stdio "node ./build/start.js"

Environment Variables

  • INSTRUMENTATION_KEY
  • SAP_UX_FIORI_TOOLS_DISABLE_TELEMETRY

Security Notes

The server employs robust security measures, particularly for executing external commands and parsing user-provided data. It uses Zod for input validation, sanitizes file paths (`validateAndSanitizePath`), and whitelists executable commands and their arguments (`validateCommandArgs`) to prevent command injection and directory traversal. XML and JSON parsing include protections against XXE, entity expansion, and size/nesting depth limits (`safeXmlParse`, `safeJsonParse`). However, the inherent use of `execSync` to run external system commands, while heavily fortified, still presents an elevated risk surface that prevents a perfect score.

Similar Servers

Stats

Interest Score41
Security Score8
Cost ClassLow
Avg Tokens30
Stars16
Forks0
Last Update2026-01-19

Tags

MDKSAPMobile DevelopmentAI AgentCoding AgentCLI ToolsMetadataCode GenerationVector EmbeddingsDocumentation