# Abap Mcp Server

> MCP server from marianfoo/abap-mcp-server.

- **Type:** MCP server
- **Install:** `agentstack add mcp-marianfoo-abap-mcp-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [marianfoo](https://agentstack.voostack.com/s/marianfoo)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [marianfoo](https://github.com/marianfoo)
- **Source:** https://github.com/marianfoo/abap-mcp-server
- **Website:** https://mcp-abap.marianzeis.de/mcp

## Install

```sh
agentstack add mcp-marianfoo-abap-mcp-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

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

```bash
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

```json
{
  "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.

- **Author:** [marianfoo](https://github.com/marianfoo)
- **Source:** [marianfoo/abap-mcp-server](https://github.com/marianfoo/abap-mcp-server)
- **License:** Apache-2.0
- **Homepage:** https://mcp-abap.marianzeis.de/mcp

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-marianfoo-abap-mcp-server
- Seller: https://agentstack.voostack.com/s/marianfoo
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
