Prepare the server locally
Run this once before adding it to Claude Code.
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:streamableAdd it to Claude Code
Paste the maintainer's config below, then edit any placeholder values.
{
"servers": {
"abap-mcp": {
"type": "http",
"url": "https://mcp-abap.marianzeis.de/mcp"
}
}
}See the abap-mcp-server README for full setup instructions.
Make your agent remember this setup
abap-mcp-server's config, env vars, and the gotchas you hit — recalled in every future Claude Code, Cursor, and Codex session.
npx conare@latestFree · one command · indexes the sessions already on disk. Set up in the browser instead →
What it does
- Unified search across ABAP and RAP documentation
- Document retrieval for specific ABAP topics
- ABAP feature matrix lookup
- Local ABAP linting capabilities
Tools 4
searchUnified ABAP and RAP documentation search.fetchRetrieve specific documentation documents.abap_feature_matrixLookup ABAP feature matrix information.abap_lintPerform local ABAP linting.Try it
Original README from DXCHowardB/abap-mcp-server
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:streamable
Default 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.