Skip to content
Zed

GuniWeb SAP MCP for Zed

io.github.guniweb/guniweb-sap-mcp

SAP S/4HANA and ECC: OData V2/V4, IDoc and RFC/BAPI for n8n and other MCP clients

client:Zed transport:stdio runtime:npm

Install GuniWeb SAP MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "guniweb-sap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "guniweb-sap-mcp"
      ],
      "env": {
        "SAP_BASE_URL": "<SAP_BASE_URL>",
        "SAP_AUTH_TYPE": "<SAP_AUTH_TYPE>",
        "SAP_CLIENT": "<SAP_CLIENT>",
        "SAP_USERNAME": "<SAP_USERNAME>",
        "SAP_PASSWORD": "<SAP_PASSWORD>",
        "SAP_MCP_DEMO": "<SAP_MCP_DEMO>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

GuniWeb SAP MCP in other clients