Skip to content
Grok

sap abap sql for Grok

run.daslab/sap-abap-sql

Checks and fixes ABAP Open SQL for SAP's ADT data-preview console. Connects to nothing.

client:Grok transport:stdio runtime:npm

Install sap abap sql in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "sap-abap-sql": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sap-abap-sql-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

sap abap sql in other clients