Skip to content
Cursor

abap mcp for Cursor

io.github.palimkarakshay/abap-mcp

Offline SAP ABAP/RAP tools for AI agents: lint, Cloud readiness, released APIs, knowledge.

client:Cursor transport:stdio runtime:npm

Install abap mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "abap-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "abap-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

abap mcp in other clients