MCP Server
MCP
io.github.mario-andreschak/mcp-abap-abap-adt-api
MCP server wrapping abap-adt-api for ABAP ADT development workflows against SAP systems
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-abap-abap-adt-api",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the SAP system, e.g. https://host:44300",
"isRequired": true,
"name": "SAP_URL"
},
{
"description": "SAP username",
"isRequired": true,
"name": "SAP_USER"
},
{
"description": "SAP password",
"isRequired": true,
"isSecret": true,
"name": "SAP_PASSWORD"
},
{
"description": "SAP client number, e.g. 100",
"name": "SAP_CLIENT"
},
{
"description": "Logon language, e.g. EN",
"name": "SAP_LANGUAGE"
},
{
"description": "Set to 0 to allow self-signed certificates (development only), 1 to enforce TLS verification",
"name": "NODE_TLS_REJECT_UNAUTHORIZED"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment