ABAP Accelerator MCP Server

SAP ADT API Model Context Protocol (MCP) server for ABAP development. Works with any MCP-compatible client including Claude Code, Amazon Q Developer, Kiro, Cursor, Windsurf, and more. Its 15 documented tools cover aws, abap, object, objects. It runs locally over stdio via the published package.

People connecting cloud infrastructure tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-18 · ★ 2 · #64 OF 141 MAINTAINED CLOUD INFRASTRUCTURE · VERIFIED 2026-08-25

MIT-0 · Python servers · how we verify → /methodology

01 · Install ABAP Accelerator

before you install - you'll need

Set SAP_HOST, SAP_INSTANCE_NUMBER, SAP_CLIENT, SAP_USERNAME, SAP_PASSWORD before connecting.

Claude Code

claude mcp add openkash-abap-accelerator -- uvx abap-accelerator

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "openkash-abap-accelerator": {
      "command": "uvx",
      "args": [
        "abap-accelerator"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repository a fork of another project - check the upstream repo before trusting releases

license MIT-0 - declared in the repository

pypi package abap-accelerator - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.openkash is GitHub-verified and matches the repo owner

03 · What ABAP Accelerator can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can get source code of an object, search for ABAP objects, create new ABAP object, and update source code.

The 15 tools it gives your agent

Extracted from the project's README - what ABAP Accelerator lets an agent do.

aws_abap_cb_connection_status
- Check SAP connection status
aws_abap_cb_get_objects
- List ABAP objects in a package
aws_abap_cb_get_source
- Get source code of an object
aws_abap_cb_search_object
- Search for ABAP objects
aws_abap_cb_create_object
- Create new ABAP object
aws_abap_cb_update_source
- Update source code
aws_abap_cb_check_syntax
- Check syntax of source code
aws_abap_cb_activate_object
- Activate ABAP object
aws_abap_cb_activate_objects_batch
- Batch activate objects
aws_abap_cb_run_atc_check
- Run ATC quality checks
aws_abap_cb_run_unit_tests
- Execute unit tests
aws_abap_cb_get_test_classes
- Get test classes for an object
show all 15 tools
aws_abap_cb_create_or_update_test_class
- Create/update test class
aws_abap_cb_get_migration_analysis
- Get migration analysis
aws_abap_cb_get_transport_requests
- Get transport requests

Latest releases

v1.1.0 · 2026-08-18

What's new in 1.1.0 · Fixed · stdio protocol corruption. Diagnostic log lines and a few stray print() calls were being written to stdout, which is reserved for the MCP JSON-RPC stream. Strict MCP clients could fail to…

v1.0.2 · 2026-04-04

Simplify README for local stdio usage, remove Docker/ECS/enterprise content · Update PyPI description to "SAP ADT API MCP server - fork of AWS ABAP Accelerator MCP Server"

v1.0.1 · 2026-04-03

Add MCP registry metadata to README for registry publishing.

04 · Who maintains ABAP Accelerator

ABAP Accelerator is maintained by openkash. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
cloud infrastructure - ranked #64 of 141 actively-maintained cloud infrastructure servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-08-18)
registry
io.github.openkash/abap-accelerator (active, first published 2026-04-03)
packages
pypi:abap-accelerator

06 · ABAP Accelerator FAQ

Is ABAP Accelerator still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-18 and it shipped 1 release in the last 90 days. We re-verify nightly.

What can ABAP Accelerator do?

With this server connected, an agent can get source code of an object, search for ABAP objects, create new ABAP object, and update source code.

How do I install ABAP Accelerator?

Run `uvx abap-accelerator`. The README documents 5 environment variables (SAP_HOST, SAP_INSTANCE_NUMBER, SAP_CLIENT…) to set first. Set SAP_HOST, SAP_INSTANCE_NUMBER, SAP_CLIENT, SAP_USERNAME, SAP_PASSWORD before connecting. You can also paste the ready-made client config above.

Does ABAP Accelerator run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to ABAP Accelerator