Odel
abap adt mcp

abap adt mcp

Local
@williansaez1TypeScriptMITUpdated 2 days ago

ABAP development from Claude and other MCP hosts: source, transports, tests, ATC, debugger

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmabap-adt-mcpv1.0.1

Run

npx -y abap-adt-mcp

MCP client config

{
  "mcpServers": {
    "abap-adt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "abap-adt-mcp"
      ]
    }
  }
}