abapsmith

Freight-Art/abapsmith
★ 5 stars TypeScript AI/LLM Updated 1d ago
MCP server for SAP ABAP development over ADT
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "abapsmith": {
      "command": "npx",
      "args": [
        "-y",
        "Freight-Art/abapsmith"
      ]
    }
  }
}

README Excerpt

An MCP server that lets an LLM develop in SAP ABAP on a live system over ADT (`/sap/bc/adt/*`). | Area | What the server does | |---|---| | Read | Source, outline, single method, line windows, raw properties, version history, diff. DDIC rendered as pseudo-DDL. Every response carries an etag. | | Search | Object-name patterns and where-used. |