Skip to content
Zed

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

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

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

fiori mcp server in other clients