Skip to content
Grok

ABAP Accelerator for Grok

io.github.openkash/abap-accelerator

MCP server for SAP ABAP development with 15 tools for ABAP objects, syntax, ATC, and more

client:Grok transport:stdio runtime:pypi

Install ABAP Accelerator in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "abap-accelerator": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "abap-accelerator"
      ],
      "env": {
        "SAP_HOST": "<SAP_HOST>",
        "SAP_INSTANCE_NUMBER": "<SAP_INSTANCE_NUMBER>",
        "SAP_CLIENT": "<SAP_CLIENT>",
        "SAP_USERNAME": "<SAP_USERNAME>",
        "SAP_PASSWORD": "<SAP_PASSWORD>",
        "SAP_LANGUAGE": "<SAP_LANGUAGE>",
        "SAP_SECURE": "<SAP_SECURE>",
        "SSL_VERIFY": "<SSL_VERIFY>"
      }
    }
  }
}

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

ABAP Accelerator in other clients