arc1-adt-abap-mcp-ext

marianfoo/arc1-adt-abap-mcp-ext
★ 3 stars Java Code/Dev Tools Updated today
Eclipse plugin that wakes SAP's dormant ADT MCP server and contributes extra read-only ABAP repository tools (search, metadata, find-definition, system info) for Claude Code / Copilot / Cursor / Claude Desktop.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "arc1-adt-abap-mcp-ex": {
      "command": "npx",
      "args": [
        "-y",
        "marianfoo/arc1-adt-abap-mcp-ext"
      ]
    }
  }
}