π¦
Abap MCP Server
MCP server: Abap MCP Server
0 installs
41 stars
2 forks
Trust: 63 β Good
Devtools
Installation
npx abap-mcp-serverAsk AI about Abap MCP Server
Powered by Claude Β· Grounded in docs
I know everything about Abap MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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.
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 ID - ABAP feature matrix lookup (
abap_feature_matrix) - SAP Community search (
sap_community_search) β dedicated community-only search for troubleshooting, error messages, and workarounds not found viasearch - 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:streamable
Default 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.
