sap-abap-sql: MCP server for ABAP Open SQL on SAP's ADT data-preview console. POST https://daslab.run/mcp/abap-sql It connects to nothing: no SAP system, no credential, no network call. Every tool is a pure function over the statement you pass in. {"mcpServers":{"sap-abap-sql":{"url":"https://daslab.run/mcp/abap-sql"}}} This hosted server prepares statements but does not run them, and that is deliberate. Running one would mean sending this server your system's address and credentials, putting a third party in the middle of your data. Installed locally, the same server also runs statements against your own system. The credentials stay on your machine and nothing is proxied: npx -y sap-abap-sql-mcp Source: https://github.com/daslabhq/sap-abap-sql-mcp