ABAP MCP Server
Provides tools for searching and retrieving ABAP and RAP documentation, performing ABAP feature matrix lookups, and executing local ABAP linting.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ABAP MCP Serversearch for RAP behavior definition documentation"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ABAP MCP Server
Community project. This server is not an official SAP product.
abap-mcp-server is the ABAP-focused downstream variant generated from upstream mcp-sap-docs.
What This Variant Provides
Unified ABAP/RAP search (
search)Document retrieval (
fetch)ABAP feature matrix lookup (
abap_feature_matrix)Local ABAP linting (
abap_lint)
Search parameters:
querykincludeOnlineincludeSamplesabapFlavorsources
Quick Start
git clone https://github.com/marianfoo/abap-mcp-server.git
cd abap-mcp-server
npm ci
npm run setup
npm run build
npm run start:streamableDefault local streamable endpoint:
http://127.0.0.1:3124/mcp
Health:
http://127.0.0.1:3124/health
Hosted Endpoint
https://mcp-abap.marianzeis.de/mcp
Eclipse / Copilot Example
{
"servers": {
"abap-mcp": {
"type": "http",
"url": "https://mcp-abap.marianzeis.de/mcp"
}
}
}Notes
This repository is synchronized from upstream
mcp-sap-docs.ABAP deployment remains push-driven in
abap-mcp-server.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Appeared in Searches
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DXCHowardB/abap-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server