
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
MCP connector for ABAPilot — AI access to SAP ECC and on-premise S/4HANA. Requires a licensed ABAPilot backend (/ABAPILOT/ namespace) in your SAP system.
Connects any MCP client — Claude, Claude Code, Cursor, ChatGPT — to a licensed ABAPilot backend running inside your SAP system (ECC 6.0 through on-premise S/4HANA).
This package is the free client-side connector. It contains no business logic:
every operation executes inside SAP, gated by the /ABAPILOT/CONFIG whitelist,
the calling user's own SAP authorizations, and logged to /ABAPILOT/AUDIT.
A licensed ABAPilot backend (delivered as an ABAP transport into the
/ABAPILOT/ namespace) is required — request a demo.
{
"mcpServers": {
"abapilot": {
"command": "npx",
"args": ["-y", "abapilot"],
"env": {
"ABAPILOT_URL": "https://<sap-host>:<port>/sap/bc/abapilot",
"ABAPILOT_USER": "<sap-user>",
"ABAPILOT_PASSWORD": "<sap-password>",
"ABAPILOT_CLIENT": "100"
}
}
}
}
Add the block above to your MCP client configuration (e.g. Claude Desktop's
claude_desktop_config.json). Your SAP credentials go only to your SAP
system — never to us or to any third party.
query_sap_data — natural-language queries against live SAP tables, under the user's SAP authorizationsabap_code_review — AI review of custom ABAP against best practicesabap_generate — ABAP code generation (ECC-compatible syntax)abap_document — auto-documentation of legacy custom code| Variable | Required | Description |
|---|---|---|
ABAPILOT_URL | yes | Full URL of the ABAPilot SICF endpoint |
ABAPILOT_USER / ABAPILOT_PASSWORD | yes* | SAP credentials (basic auth) |
ABAPILOT_TOKEN | yes* | Bearer token alternative to user/password |
ABAPILOT_CLIENT | no | SAP client (Mandant) |
ABAPILOT_TLS_INSECURE | no | 1 to skip TLS verification (dev systems only) |
* one of the two authentication methods.
© Crimson Consulting SL — connector released under MIT; the ABAPilot backend is a commercial product.
FAQs
MCP connector for ABAPilot — AI access to SAP ECC and on-premise S/4HANA. Requires a licensed ABAPilot backend (/ABAPILOT/ namespace) in your SAP system.
The npm package abapilot receives a total of 67 weekly downloads. As such, abapilot popularity was classified as not popular.
We found that abapilot demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.