mcp abap adt for Cursor
io.github.fr0ster/mcp-abap-adt
MCP server for SAP ABAP ADT: repository analysis and CRUD for RAP and classic ABAP
client:Cursor
transport:stdio
runtime:npm
Install mcp abap adt in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-abap-adt": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mcp-abap-adt/core"
],
"env": {
"SAP_URL": "<SAP_URL>",
"SAP_AUTH_TYPE": "<SAP_AUTH_TYPE>",
"SAP_SYSTEM_TYPE": "<SAP_SYSTEM_TYPE>",
"SAP_CLIENT": "<SAP_CLIENT>",
"SAP_JWT_TOKEN": "<SAP_JWT_TOKEN>",
"SAP_USERNAME": "<SAP_USERNAME>",
"SAP_PASSWORD": "<SAP_PASSWORD>",
"SAP_LANGUAGE": "<SAP_LANGUAGE>",
"SAP_MASTER_SYSTEM": "<SAP_MASTER_SYSTEM>",
"SAP_RESPONSIBLE": "<SAP_RESPONSIBLE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs