← Back to Plugins
MCP Server MCP

io.github.yzonur/sap-adt-mcp

github By github 👁 2 views ▲ 0 votes

Give Claude live access to SAP ABAP via ADT: read, search, check, test, and edit objects.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "sap-adt-mcp",
      "version": "0.8.57",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Absolute path to your config.json (host/client/user/password per SAP system). Defaults to ~/.sap-adt-mcp/config.json. See config.example.json in the repo.",
          "format": "string",
          "name": "SAP_ADT_MCP_CONFIG"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...