Skip to content
Zed

SAP ABAP MCP for Zed

io.github.coaspe/sap-abap-mcp

Develop, test, analyze, and operate SAP ABAP systems through ADT from AI coding agents.

client:Zed transport:stdio runtime:npm

Install SAP ABAP MCP in Zed

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

{
  "context_servers": {
    "sap-abap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@coaspe/sap-abap-mcp"
      ]
    }
  }
}

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

SAP ABAP MCP in other clients