ARC-1
MCP server for SAP ABAP systems
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.4.0)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"arc-1": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"SAP_URL": "<YOUR_VALUE>",
"SAP_USER": "<YOUR_VALUE>",
"SAP_PASSWORD": "<YOUR_VALUE>",
"SAP_CLIENT": "<YOUR_VALUE>",
"SAP_LANGUAGE": "<YOUR_VALUE>",
"SAP_INSECURE": "<YOUR_VALUE>",
"SAP_ALLOW_WRITES": "<YOUR_VALUE>"
}
}
}
}
SAP_URLrequired — SAP system URL (e.g., http://host:50000)SAP_USERrequired — SAP usernameSAP_PASSWORDrequired secret — SAP passwordSAP_CLIENT— SAP client numberSAP_LANGUAGE— SAP logon languageSAP_INSECURE— Skip TLS certificate verificationSAP_ALLOW_WRITES— Allow ABAP object mutations (safe default: false)
Package (oci)
docker run -i --rm ghcr.io/arc-mcp/arc-1:1.4.0
Or add to your MCP client config:
{
"mcpServers": {
"arc-1": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/arc-mcp/arc-1:1.4.0"
],
"env": {
"SAP_URL": "<YOUR_VALUE>",
"SAP_USER": "<YOUR_VALUE>",
"SAP_PASSWORD": "<YOUR_VALUE>",
"SAP_CLIENT": "<YOUR_VALUE>",
"SAP_LANGUAGE": "<YOUR_VALUE>",
"SAP_INSECURE": "<YOUR_VALUE>",
"SAP_ALLOW_WRITES": "<YOUR_VALUE>",
"SAP_TRANSPORT": "<YOUR_VALUE>"
}
}
}
}
SAP_URLrequired — SAP system URL (e.g., http://host:50000)SAP_USERrequired — SAP usernameSAP_PASSWORDrequired secret — SAP passwordSAP_CLIENT— SAP client numberSAP_LANGUAGE— SAP logon languageSAP_INSECURE— Skip TLS certificate verificationSAP_ALLOW_WRITES— Allow ABAP object mutations (safe default: false)SAP_TRANSPORT— MCP transport (Docker defaults to http-streamable, set to stdio for local MCP clients)
This repository has 2 servers listed in the Official MCP Registry.
Other names: io.github.marianfoo/arc-1
Related servers
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Data from the Official MCP Registry