1. Conduid
  2. Developer Tools
  3. Abap MCP Server
MCP server · Developer Tools

Abap MCP Server

MCP server: Abap MCP Server

Unclaimed Apache-2.0 last commit 6 months ago devtools
63Good

Scored 3 months ago · breakdown

About Abap MCP Server

Abap MCP Server is an MCP server published by marianfoo in the Developer Tools category: mCP server: Abap MCP Server. It has been installed 0 times through Conduid.

The repository has 41 stars and 2 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx abap-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

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

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

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.

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Abap MCP Server

How do I install Abap MCP Server?

Run npx abap-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Abap MCP Server safe to use with an AI agent?

Its trust score is 63 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Abap MCP Server still maintained?

The last commit was 6 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.