Skip to main content
Glama

MCP SAP GUI Server

integrate.bat341 B
@echo off IF "%1"=="" ( echo Usage: integrate.bat [cline^|roo] echo cline: Update Cline settings echo roo: Update Roo settings exit /b 1 ) IF /I "%1"=="cline" ( python integrate.py cline ) ELSE IF /I "%1"=="roo" ( python integrate.py roo ) ELSE ( echo Invalid parameter. Use 'cline' or 'roo' exit /b 1 )

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/mario-andreschak/mcp-sap-gui'

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