ABAP Accelerator for Windsurf
io.github.openkash/abap-accelerator
MCP server for SAP ABAP development with 15 tools for ABAP objects, syntax, ATC, and more
client:Windsurf
transport:stdio
runtime:pypi
Install ABAP Accelerator in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"abap-accelerator": {
"command": "uvx",
"args": [
"abap-accelerator"
],
"env": {
"SAP_HOST": "<SAP_HOST>",
"SAP_INSTANCE_NUMBER": "<SAP_INSTANCE_NUMBER>",
"SAP_CLIENT": "<SAP_CLIENT>",
"SAP_USERNAME": "<SAP_USERNAME>",
"SAP_PASSWORD": "<SAP_PASSWORD>",
"SAP_LANGUAGE": "<SAP_LANGUAGE>",
"SAP_SECURE": "<SAP_SECURE>",
"SSL_VERIFY": "<SSL_VERIFY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs