MCP server wrapping abap-adt-api for ABAP ADT development workflows against SAP systems
Connect MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. MCP server wrapping abap-adt-api for ABAP ADT development workflows against SAP systems. The mcp mcp server is what makes that connection.
DISCLAIMER: This server is still in experimental status! Use it with caution!
The MCP-Server mcp-abap-abap-adt-api is a Model Context Protocol (MCP) server designed to facilitate seamless communication between ABAP systems and MCP clients. It is a wrapper for abap-adt-api and provides a suite of tools and resources for managing ABAP objects, handling transport requests, performing code analysis, and more, enhancing the efficiency and effectiveness of ABAP development workflows.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
query — (string, required) The search termobjSourceUrl — (string, required) The object's URI (obtained from searchObject)objectUrl — (string, required) The object's URIlockHandle — (string, required) The lock handle obtained from the lock operationobjectSourceUrl — (string, required) The object's URI with the suffix /source/main. Example: /sap/bc/adt/oo/classes/zcl_invoice_xml_gen_model/source/mainsource — (string, required) The complete, modified ABAP source codetransport — (string, optional) The transport request numbercode — (string, required) The ABAP source code to checkurl — (string, optional) The URL of the objectmainUrl — (string, optional) The main URLmainProgram — (string, optional) The main programversion — (string, optional) The versionConfiguration is passed through the environment: SAP_URL, SAP_USER, SAP_PASSWORD, SAP_CLIENT, SAP_LANGUAGE, NODE_TLS_REJECT_UNAUTHORIZED. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
/sap/bc/adt service is active in transaction SICF (your basis administrator can help). - Node.js and npm — download the LTS version from nodejs.org. Verify with node -v and npm -v.Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. MCP's toolset — query, objSourceUrl, objectUrl and 10 more — is a fair guide to whether it matches your workflow. It is maintained by mario-andreschak; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| query | (string, required) The search term. |
| objSourceUrl | (string, required) The object's URI (obtained from searchObject). |
| objectUrl | (string, required) The object's URI. |
| lockHandle | (string, required) The lock handle obtained from the lock operation. |
| objectSourceUrl | (string, required) The object's URI *with the suffix /source/main*. Example: /sap/bc/adt/oo/classes/zcl_invoice_xml_gen_model/source/main |
| source | (string, required) The complete, modified ABAP source code. |
| transport | (string, optional) The transport request number. |
| code | (string, required) The ABAP source code to check. |
| url | (string, optional) The URL of the object. |
| mainUrl | (string, optional) The main URL. |
| mainProgram | (string, optional) The main program. |
| version | (string, optional) The version. |
| object | The object to be activated. |
{
"mcpServers": {
"mcp-abap-abap-adt-api": {
"type": "http",
"url": "http://localhost:4200/mcp-proxy/mcp-abap-abap-adt-api"
}
}
}Configuration as documented by the project. Restart the client after saving.
/sap/bc/adt service is active in transaction SICF (your basis administrator can help). - Node.js and npm — download the LTS version from nodejs.org. Verify with node -v and npm -v.| Variable | Description | Required |
|---|---|---|
| SAP_URL | Endpoint or connection string the server talks to. | Yes |
| SAP_USER | Configuration value read at startup. | Optional |
| SAP_PASSWORD | Configuration value read at startup. | Optional |
| SAP_CLIENT | Configuration value read at startup. | Optional |
| SAP_LANGUAGE | Configuration value read at startup. | Optional |
| NODE_TLS_REJECT_UNAUTHORIZED | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.