sap abap sql for Cursor
run.daslab/sap-abap-sql
Checks and fixes ABAP Open SQL for SAP's ADT data-preview console. Connects to nothing.
client:Cursor
transport:stdio
runtime:npm
Install sap abap sql in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sap-abap-sql": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sap-abap-sql-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs