Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Abap

FreeNot checked

Abap — Model Context Protocol server

GitHubEmbed

About

Abap — Model Context Protocol server

README

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 via search
  • Local ABAP linting (abap_lint)

Search parameters:

  • query
  • k
  • includeOnline
  • includeSamples
  • abapFlavor
  • sources

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.

from github.com/marianfoo/abap-mcp-server

Installing Abap

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/marianfoo/abap-mcp-server

FAQ

Is Abap MCP free?

Yes, Abap MCP is free — one-click install via Unyly at no cost.

Does Abap need an API key?

No, Abap runs without API keys or environment variables.

Is Abap hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Abap in Claude Desktop, Claude Code or Cursor?

Open Abap on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Abap with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs