Skip to main content
Glama
.env.exampleâ€ĸ968 B
# Example .env for SAP ABAP ADT MCP server # ABAP system URL and client SAP_URL=https://your-abap-system.com SAP_CLIENT=100 # Optional: language (default is 'en' if not set) SAP_LANGUAGE=en # TLS: set to 0 to allow self-signed certificates (not recommended for production) TLS_REJECT_UNAUTHORIZED=0 # Authentication type: 'xsuaa' for JWT (OAuth2), 'basic' for username/password SAP_AUTH_TYPE=xsuaa # For JWT (XSUAA) authentication SAP_JWT_TOKEN=your_jwt_token_here # For basic authentication (uncomment if using basic auth) # SAP_AUTH_TYPE=basic # SAP_USERNAME=your_username # SAP_PASSWORD=your_password # Timeout configuration (in milliseconds) # Default timeout for most operations (default: 45000ms = 45 seconds) SAP_TIMEOUT_DEFAULT=45000 # Timeout for CSRF token requests (default: 15000ms = 15 seconds) SAP_TIMEOUT_CSRF=15000 # Timeout for long-running operations like SQL queries and table contents (default: 60000ms = 60 seconds) SAP_TIMEOUT_LONG=60000

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fr0ster/mcp-abap-adt'

If you have feedback or need assistance with the MCP directory API, please join our Discord server