Stats
Actions
Tags
From sc4sap
Local stdio MCP server for SAP, running as a Node.js bridge subprocess from CLAUDE_PLUGIN_ROOT. Supports autobuild via SC4SAP_MCP_AUTOBUILD env var. Capabilities unclear from config.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"sap": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/bridge/mcp-server.cjs"
],
"env": {
"CLAUDE_PLUGIN_ROOT": "${CLAUDE_PLUGIN_ROOT}",
"SC4SAP_MCP_AUTOBUILD": "1"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
CLAUDE_PLUGIN_ROOT=${CLAUDE_PLUGIN_ROOT}SC4SAP_MCP_AUTOBUILD=1npx claudepluginhub babamba2/superclaude-for-sap --plugin sc4sap