← Back to Plugins
MCP Server MCP

io.github.mario-andreschak/mcp-abap-adt

github By github 👁 1 views ▲ 0 votes

ABAP ADT MCP server for reading SAP objects (programs, classes, tables, CDS) via ADT

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "mcp-abap-adt",
      "version": "1.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the SAP system, e.g. https://host:443",
          "isRequired": true,
          "name": "SAP_URL"
        },
        {
          "description": "SAP username",
          "isRequired": true,
          "name": "SAP_USERNAME"
        },
        {
          "description": "SAP password",
          "isRequired": true,
          "isSecret": true,
          "name": "SAP_PASSWORD"
        },
        {
          "description": "SAP client number",
          "isRequired": true,
          "name": "SAP_CLIENT"
        },
        {
          "description": "Logon language, e.g. en",
          "name": "SAP_LANGUAGE"
        },
        {
          "description": "Set to 0 to allow self-signed certificates, 1 to enforce TLS verification",
          "name": "TLS_REJECT_UNAUTHORIZED"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...