ARC-1 for Windsurf
io.github.marianfoo/arc-1
MCP server for SAP ABAP systems
client:Windsurf
transport:stdio
runtime:npm
Install ARC-1 in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"arc-1": {
"command": "npx",
"args": [
"-y",
"arc-1"
],
"env": {
"SAP_URL": "<SAP_URL>",
"SAP_USER": "<SAP_USER>",
"SAP_PASSWORD": "<SAP_PASSWORD>",
"SAP_CLIENT": "<SAP_CLIENT>",
"SAP_LANGUAGE": "<SAP_LANGUAGE>",
"SAP_INSECURE": "<SAP_INSECURE>",
"SAP_ALLOW_WRITES": "<SAP_ALLOW_WRITES>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs