Loading MCP server directory, please wait...
MCP server for SAP ABAP ADT: repository analysis and CRUD for RAP and classic ABAP
npx @getmcp/cli add io.github.fr0ster/mcp-abap-adtRequires Node.js 18+. Community-contributed server. Review source before installing.
SAP_URLBase URL of the ABAP system (e.g. https://my-system.example.com or a BTP ABAP service URL). Required to connect; without it the server starts in tool-inspection-only mode.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.fr0ster/mcp-abap-adt": {
"command": "npx",
"args": [
"-y",
"@mcp-abap-adt/core"
],
"env": {
"SAP_URL": "",
"SAP_AUTH_TYPE": "xsuaa",
"SAP_SYSTEM_TYPE": "cloud",
"SAP_CLIENT": "",
"SAP_JWT_TOKEN": "",
"SAP_USERNAME": "",
"SAP_PASSWORD": "",
"SAP_LANGUAGE": "en",
"SAP_MASTER_SYSTEM": "",
"SAP_RESPONSIBLE": ""
}
}
}
}