Odel
ARC-1

ARC-1

Local
@arc-mcp177TypeScriptMITUpdated 3 days ago

MCP server for SAP ABAP systems

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmarc-1v1.2.0

Run

npx -y arc-1

MCP client config

{
  "mcpServers": {
    "arc-1": {
      "command": "npx",
      "args": [
        "-y",
        "arc-1"
      ]
    }
  }
}
Dockerghcr.io/arc-mcp/arc-1:1.2.0

Run

docker run -i --rm ghcr.io/arc-mcp/arc-1:1.2.0

MCP client config

{
  "mcpServers": {
    "arc-1": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/arc-mcp/arc-1:1.2.0"
      ]
    }
  }
}