CLI and MCP server for the SAP ADT REST API — search, read/write ABAP source, run tests, manage transports. No Eclipse, no RFC SDK, no JVM.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"erpl-adt": {
"command": "npx",
"args": [
"-y",
"DataZooDE/erpl-adt"
]
}
}
}
Run in terminal:
claude mcp add erpl-adt npx -y DataZooDE/erpl-adt
Add to .cursor/mcp.json:
{
"mcpServers": {
"erpl-adt": {
"command": "npx",
"args": [
"-y",
"DataZooDE/erpl-adt"
]
}
}
}