MCP Sap Docs MCP Server

Offline SAP documentation MCP server with unified local + online search

Remote serverstreamable-http

What is the MCP Sap Docs MCP server?

Most knowledge and memory work still happens through a UI a human drives. MCP Sap Docs MCP server moves it into the conversation instead. Offline SAP documentation MCP server with unified local + online search.

The short version

An MCP server that gives AI assistants (Claude, Cursor, ChatGPT, etc.) access to SAP documentation through a unified search and fetch interface. It combines a local full-text + semantic index over git-cloned SAP docs with optional live queries to SAP Help, SAP Community, and Software Heroes — all exposed as MCP tools.

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

The tools it exposes

The server publishes 6 tools. What each one is for:

  • search — Unified hybrid search (BM25 + semantic) across offline docs and optional online sources. Supports query, k, includeOnline, includeSamples
  • fetch — Retrieve full document content by ID returned from search
  • abap_feature_matrix — Check ABAP feature availability across SAP releases (7.40–LATEST) using the [Software Heroes feature
  • sap_community_search — Dedicated SAP Community search via the Khoros LiQL API — returns full content of top posts. Use when search results are insufficient for specific
  • sap_search_objects — Search SAP released objects (classes, interfaces, tables, CDS views, …) by name/component/type from the official
  • sap_get_object_details — Full release state details for a specific SAP object including clean core level (A/B/C/D), successor objects, and optional compliance verdict

What it needs from you

Configuration is passed through the environment: ABAP_REPO_SYNC_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Plenty of knowledge and memory servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP Sap Docs's toolset — search, fetch, abap_feature_matrix and 3 more — is a fair guide to whether it matches your workflow. It is maintained by marianfoo; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
searchUnified hybrid search (BM25 + semantic) across offline docs and optional online sources. Supports query, k, includeOnline, includeSamples, abapFlavor, sources parameters.
fetchRetrieve full document content by ID returned from search.
abap_feature_matrixCheck ABAP feature availability across SAP releases (7.40–LATEST) using the [Software Heroes feature matrix](https://software-heroes.com/en/abap-feature-matrix).
sap_community_searchDedicated SAP Community search via the Khoros LiQL API — returns full content of top posts. Use when search results are insufficient for specific errors or workarounds.
sap_search_objectsSearch SAP released objects (classes, interfaces, tables, CDS views, …) by name/component/type from the official [SAP/abap-atc-cr-cv-s4hc](https://github.com/SAP/abap-atc-cr-cv-s4hc) release state repo. Useful for clean
sap_get_object_detailsFull release state details for a specific SAP object including clean core level (A/B/C/D), successor objects, and optional compliance verdict.

Configuration

VariableDescriptionRequired
ABAP_REPO_SYNC_TOKENCredential the server authenticates with.Yes

Example prompts to try

  • Use MCP Sap Docs to search.
  • Use MCP Sap Docs to fetch.
  • Use MCP Sap Docs to abap feature matrix.

Frequently asked questions

It connects MCP Sap Docs to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (search, fetch, abap_feature_matrix, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Sap Docs directly.