MCP Abap Adt runs on your own machine — the client starts it, so there is no endpoint to ping. 615 installs a week from npm. Last commit 15 Sep 2026.
MCP server for SAP ABAP ADT: repository analysis and CRUD for RAP and classic ABAP
We read the source, 19 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
этот файл ставится пользователю, но в репозитории его нет
return path.join(sessionsDir, fileName);
const child = spawn(process.execPath, serverArgs, {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-abap-adt -- npx -y @mcp-abap-adt/core
{
"mcpServers": {
"mcp-abap-adt": {
"args": [
"-y",
"@mcp-abap-adt/core"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-abap-adt]
command = "npx"
args = ["-y", "@mcp-abap-adt/core"]
{
"mcpServers": {
"mcp-abap-adt": {
"args": [
"-y",
"@mcp-abap-adt/core"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-abap-adt": {
"args": [
"-y",
"@mcp-abap-adt/core"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
SAP_URL (Base URL of the ABAP system (e.g. https://my-system.example.com or a BTP ABAP service URL). Required to connect; without it the server starts in tool-inspection-only mode.), SAP_AUTH_TYPE (Authentication method: 'xsuaa' for JWT/OAuth2 (BTP ABAP Cloud) or 'basic' for username/password (on-prem).), SAP_SYSTEM_TYPE (System type, controls which tools are available (e.g. Programs are onprem-only).), SAP_CLIENT (ABAP client/mandant number (e.g. 100). Optional for BTP ABAP Cloud.), SAP_JWT_TOKEN (JWT bearer token for SAP_AUTH_TYPE=xsuaa. Provide this (or the SAP_UAA_* refresh-token set) for JWT auth.), SAP_USERNAME (Username for SAP_AUTH_TYPE=basic (on-prem).), SAP_PASSWORD (Password for SAP_AUTH_TYPE=basic (on-prem).), SAP_LANGUAGE (Logon language (ISO code, e.g. 'en', 'de').), SAP_MASTER_SYSTEM (System context for on-prem create/update operations (e.g. DEV).), SAP_RESPONSIBLE (Responsible user for on-prem create/update operations.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Instagit — AI-powered Git repository analysis for coding agents
CodeFundi MCP server for codebase mapping and blast-radius analysis.
MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review
Gemini-powered MCP server for code analysis.
Gemini-powered MCP server for code review analysis.
MCP server bridging AI assistants to Moonshot AI Kimi Code CLI for code analysis and review
MCP server for PMD static code analyzer - run code analysis and detect duplicates
MCP server for Atlassian Bitbucket Data Center - interact with repositories and code
Answers built from our own checks of this server.