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
{
"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