← Back to browse

mcp-abap-adt

Indexed by io.github.fr0ster

About

MCP server for SAP ABAP ADT: repository analysis and CRUD for RAP and classic ABAP

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSAP_URL SAP_AUTH_TYPE SAP_SYSTEM_TYPE SAP_CLIENT SAP_JWT_TOKEN SAP_USERNAME SAP_PASSWORD SAP_LANGUAGE SAP_MASTER_SYSTEM SAP_RESPONSIBLE
Claude Code
claude mcp add --env SAP_URL= --env SAP_AUTH_TYPE= --env SAP_SYSTEM_TYPE= --env SAP_CLIENT= --env SAP_JWT_TOKEN= --env SAP_USERNAME= --env SAP_PASSWORD= --env SAP_LANGUAGE= --env SAP_MASTER_SYSTEM= --env SAP_RESPONSIBLE= mcp-abap-adt -- npx @mcp-abap-adt/core
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mcp-abap-adt","command":"npx","args":["@mcp-abap-adt/core"],"env":{"SAP_URL":"","SAP_AUTH_TYPE":"","SAP_SYSTEM_TYPE":"","SAP_CLIENT":"","SAP_JWT_TOKEN":"","SAP_USERNAME":"","SAP_PASSWORD":"","SAP_LANGUAGE":"","SAP_MASTER_SYSTEM":"","SAP_RESPONSIBLE":""}}'
JSON
{
  "mcpServers": {
    "mcp-abap-adt": {
      "command": "npx",
      "args": [
        "@mcp-abap-adt/core"
      ],
      "env": {
        "SAP_URL": "",
        "SAP_AUTH_TYPE": "",
        "SAP_SYSTEM_TYPE": "",
        "SAP_CLIENT": "",
        "SAP_JWT_TOKEN": "",
        "SAP_USERNAME": "",
        "SAP_PASSWORD": "",
        "SAP_LANGUAGE": "",
        "SAP_MASTER_SYSTEM": "",
        "SAP_RESPONSIBLE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.