← Back to Plugins
MCP Server MCP

ABAP Accelerator

github By github 👁 1 views ▲ 0 votes

MCP server for SAP ABAP development with 15 tools for ABAP objects, syntax, ATC, and more

Homepage Verified source GitHub

Install

uvx abap-accelerator

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "abap-accelerator",
      "version": "1.0.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "SAP system hostname (or host:port to skip port calculation)",
          "isRequired": true,
          "name": "SAP_HOST"
        },
        {
          "description": "SAP instance number (e.g., 00)",
          "isRequired": true,
          "name": "SAP_INSTANCE_NUMBER"
        },
        {
          "description": "SAP client number (e.g., 100)",
          "isRequired": true,
          "name": "SAP_CLIENT"
        },
        {
          "description": "SAP username",
          "isRequired": true,
          "isSecret": true,
          "name": "SAP_USERNAME"
        },
        {
          "description": "SAP password",
          "isRequired": true,
          "isSecret": true,
          "name": "SAP_PASSWORD"
        },
        {
          "description": "SAP language",
          "default": "EN",
          "name": "SAP_LANGUAGE"
        },
        {
          "description": "Use HTTPS for SAP connection",
          "default": "true",
          "name": "SAP_SECURE"
        },
        {
          "description": "Verify SSL certificates",
          "default": "true",
          "name": "SSL_VERIFY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...