The MCP server provides two variants for accessing SAP documentation: a broad SAP docs variant and an ABAP-focused variant, both utilizing a unified search API.
From the registry: Fast MCP server for unified SAP docs search (SAPUI5, CAP, OpenUI5, wdi5) with BM25 full-text search
Please install the `mcp-sap-docs` MCP server into my current AI client (that's you).
Canonical MCP server config (HTTP transport):
- url: `http://mcp-sap-docs.marianzeis.de/mcp`
Note: Public hosted endpoint. ABAP variant at https://mcp-abap.marianzeis.de/mcp. Self-host via npm ci && npm run setup && npm run build with MCP_VARIANT=sap-docs|abap.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.MCP_VARIANTrequiredSpecifies the variant of the MCP server to run (sap-docs or abap).ABAP_REPO_SYNC_TOKENrequiredRequired secret for syncing to the abap-mcp-server.Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…