AgentStack
MCP verified Apache-2.0 Self-run

Abap Mcp Server

mcp-marianfoo-abap-mcp-server · by marianfoo

MCP server from marianfoo/abap-mcp-server.

No reviews yet
0 installs
14 views
0.0% view→install

Install

$ agentstack add mcp-marianfoo-abap-mcp-server

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Abap Mcp Server? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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 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.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.