← Back to browse

ABAP Accelerator

Indexed by io.github.openkash

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSAP_HOST SAP_INSTANCE_NUMBER SAP_CLIENT SAP_USERNAME SAP_PASSWORD SAP_LANGUAGE SAP_SECURE SSL_VERIFY
Claude Code
claude mcp add --env SAP_HOST= --env SAP_INSTANCE_NUMBER= --env SAP_CLIENT= --env SAP_USERNAME= --env SAP_PASSWORD= --env SAP_LANGUAGE= --env SAP_SECURE= --env SSL_VERIFY= abap-accelerator -- uvx abap-accelerator
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"abap-accelerator","command":"uvx","args":["abap-accelerator"],"env":{"SAP_HOST":"","SAP_INSTANCE_NUMBER":"","SAP_CLIENT":"","SAP_USERNAME":"","SAP_PASSWORD":"","SAP_LANGUAGE":"","SAP_SECURE":"","SSL_VERIFY":""}}'
JSON
{
  "mcpServers": {
    "abap-accelerator": {
      "command": "uvx",
      "args": [
        "abap-accelerator"
      ],
      "env": {
        "SAP_HOST": "",
        "SAP_INSTANCE_NUMBER": "",
        "SAP_CLIENT": "",
        "SAP_USERNAME": "",
        "SAP_PASSWORD": "",
        "SAP_LANGUAGE": "",
        "SAP_SECURE": "",
        "SSL_VERIFY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.