fiori mcp server for Zed
io.github.sap/fiori-mcp-server
SAP Fiori - Model Context Protocol (MCP) server
client:Zed
transport:stdio
runtime:npm
Install fiori mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"fiori-mcp-server": {
"command": "npx",
"args": [
"-y",
"@sap-ux/fiori-mcp-server"
],
"env": {
"LOG_LEVEL": "<LOG_LEVEL>",
"SAP_UX_FIORI_TOOLS_DISABLE_TELEMETRY": "<SAP_UX_FIORI_TOOLS_DISABLE_TELEMETRY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs