Abap Adt MCP Server

mcp-abap-adt is an MCP server for ABAP ADT in SAP ECC/S/4HANA (on-premise) and SAP BTP ABAP Cloud systems. It gives agents controlled access to real ABAP repositories through ADT, so analysis and changes are grounded in system data instead of assumptions. It is built for AI-assisted pair programming (AIPNV: AI Pairing, Not Vibing), not autopilot vibe coding.

People connecting developer tools tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-11 · ★ 80 · #16 OF 139 MAINTAINED DEVELOPER TOOLS · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Abap Adt

before you install - you'll need

Set SAP_URL, SAP_CLIENT, SAP_AUTH_TYPE, SAP_USERNAME, SAP_PASSWORD, SAP_JWT_TOKEN, SAP_CONNECTION_TYPE, SAP_CERT_PATH, SAP_CERT_KEY_PATH before connecting.

Claude Code

claude mcp add fr0ster-mcp-abap-adt -- npx -y @mcp-abap-adt/core

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "fr0ster-mcp-abap-adt": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp-abap-adt/core"
      ]
    }
  }
}

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

license MIT - declared in the repository

npm package @mcp-abap-adt/core - the @mcp-abap-adt scope differs from the repo owner (fr0ster); confirm it's the project's official package

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

03 · What Abap Adt can do

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

Latest releases

v8.13.0 · 2026-07-24

Installation · bash · npm install @mcp-abap-adt/core · See Installation Guide for details. · unified tool error contract - no service prefixes in tool errors

v8.12.1 · 2026-07-22

Installation · bash · npm install @mcp-abap-adt/core · See Installation Guide for details. · override @hono/node-server ^2.0.5 - clear remaining moderate advisories

v8.12.0 · 2026-07-22

Installation · bash · npm install @mcp-abap-adt/core · See Installation Guide for details. · npm audit fix - unblock CI (high-severity prod advisories) · consume @mcp-abap-adt/adt-clients 8.0.0 (honest capability types)

04 · Who maintains Abap Adt

mcp-abap-adt is maintained by fr0ster. It's the only MCP server we track from this author; the repo dates to Oct 2025.

05 · Facts

category
developer tools - ranked #16 of 139 actively-maintained developer tools servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-07-24)
registry
io.github.fr0ster/mcp-abap-adt (active, first published 2026-02-09 · 17 versions)
packages
npm:@mcp-abap-adt/core

06 · Abap Adt FAQ

What is Abap Adt?

mcp-abap-adt is an MCP server for ABAP ADT in SAP ECC/S/4HANA (on-premise) and SAP BTP ABAP Cloud systems. It gives agents controlled access to real ABAP repositories through ADT, so analysis and changes are grounded in system data instead of assumptions. It is built for AI-assisted pair programming (AIPNV: AI Pairing, Not Vibing), not autopilot vibe coding.

Is Abap Adt still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-11 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Abap Adt?

Run `npx -y @mcp-abap-adt/core`. The README documents 9 environment variables (SAP_URL, SAP_CLIENT, SAP_AUTH_TYPE…) to set first. Set SAP_URL, SAP_CLIENT, SAP_AUTH_TYPE, SAP_USERNAME, SAP_PASSWORD, SAP_JWT_TOKEN, SAP_CONNECTION_TYPE, SAP_CERT_PATH, SAP_CERT_KEY_PATH before connecting. You can also paste the ready-made client config above.

Does Abap Adt run locally?

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

07 · Alternatives to Abap Adt

More developer tools MCP servers · Gerrit Code Review · Argot · Aegis · Sentry MCP

More TypeScript MCP servers · Mindbase · Design System Extractor · Gsheets · Jira Stdio · OpenClaw MCP Server · see all