ABAPilot for Windsurf
io.github.nicohern/abapilot-mcp
ABAP MCP connector for SAP ECC and on-premise S/4HANA. Requires a licensed ABAPilot backend.
client:Windsurf
transport:stdio
runtime:npm
Install ABAPilot in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"abapilot-mcp": {
"command": "npx",
"args": [
"-y",
"abapilot"
],
"env": {
"ABAPILOT_URL": "<ABAPILOT_URL>",
"ABAPILOT_USER": "<ABAPILOT_USER>",
"ABAPILOT_PASSWORD": "<ABAPILOT_PASSWORD>",
"ABAPILOT_TOKEN": "<ABAPILOT_TOKEN>",
"ABAPILOT_CLIENT": "<ABAPILOT_CLIENT>",
"ABAPILOT_TOOLS": "<ABAPILOT_TOOLS>",
"ABAPILOT_TLS_INSECURE": "<ABAPILOT_TLS_INSECURE>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs