abap-mcp-server
Provides tools for searching ABAP documentation, retrieving SAP documents, accessing ABAP feature matrix, searching SAP Community, and linting ABAP code.
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 ABAP documentation for RAP BO"
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.
Public Hosted Endpoint
Ready to use — no setup required
https://mcp-abap.marianzeis.de/mcp
abap-mcp-server is the ABAP-focused downstream variant generated from upstream mcp-sap-docs.
Related MCP server: ABAP MCP Server
What This Variant Provides
Unified ABAP/RAP search (
search) — searches offline docs + optional online sources (SAP Help, SAP Community, Software Heroes)Document retrieval (
fetch) — retrieve full document or community post content by IDABAP feature matrix lookup (
abap_feature_matrix)SAP Community search (
sap_community_search) — dedicated community-only search for troubleshooting, error messages, and workarounds not found viasearchLocal 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
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables interaction with SAP ABAP systems through ABAP Development Tools (ADT), providing access to repository objects, source code, where-used analysis, and SQL queries with support for both on-premise and BTP systems.Last updated2
- Alicense-quality-maintenanceProvides unified ABAP and RAP documentation search, document retrieval, and ABAP feature matrix lookups. It also enables local ABAP linting to streamline development and documentation workflows via the Model Context Protocol.Last updated
- Alicense-qualityCmaintenanceUnified SAP MCP server combining SAP documentation search, ABAP linting, and BTP service exploration into a single extensible ecosystem for AI assistants.Last updatedMIT
- Flicense-qualityBmaintenanceEnables SAP ABAP development workflows including ADT login, object search, read, create, update, activate, delete, and OData service publishing.Last updated1
Related MCP Connectors
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Fleet discovery for the cyanheads MCP ecosystem — semantic search + install snippets.
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/marianfoo/abap-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server