mcp-abap-adt
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SAP_URL | Yes | Your SAP system URL (e.g., https://your-sap-system.com:8000) | |
| SAP_CLIENT | Yes | Your SAP client number (e.g., 100) | |
| SAP_PASSWORD | Yes | Your SAP password. If password contains '#', enclose in quotes in .env file. | |
| SAP_USERNAME | Yes | Your SAP username | |
| TLS_REJECT_UNAUTHORIZED | No | Set to 'false' to disable TLS certificate validation for self-signed certificates (optional) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| GetProgramB | Retrieve ABAP program source code |
| GetClassB | Retrieve ABAP class source code |
| GetFunctionGroupC | Retrieve ABAP Function Group source code |
| GetFunctionB | Retrieve ABAP Function Module source code |
| GetStructureC | Retrieve ABAP Structure |
| GetTableB | Retrieve ABAP table structure |
| GetTableContentsC | Retrieve contents of an ABAP table |
| GetPackageB | Retrieve ABAP package details |
| GetTypeInfoC | Retrieve ABAP type information |
| GetIncludeB | Retrieve ABAP Include Source Code |
| SearchObjectC | Search for ABAP objects using quick search |
| GetTransactionC | Retrieve ABAP transaction details |
| GetInterfaceC | Retrieve ABAP interface source code |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 13 tools
Each tool targets a distinct ABAP object type (class, function, table, etc.), with clear boundaries. No two tools overlap in purpose.
All tools follow 'Get<ObjectType>' pattern except 'SearchObject' (uses 'Search' instead of 'Get'), which is a minor deviation. Overall consistent verb-noun structure.
13 tools is a reasonable count for an ABAP retrieval server, covering many common object types. Slightly above typical range but not excessive.
The set provides read-only access to many ABAP artifacts, but lacks write operations (create, update, delete) and some common types like CDS views. Notable gaps exist but core retrieval is covered.