Loading MCP server directory, please wait...
Enterprise SAP OData to MCP Server with AI capabilities and Cloud Foundry integration
npx @getmcp/cli add io.github.Raistlin82/btp-sap-odata-to-mcp-server-optimizedRequires Node.js 18+. Community-contributed server. Review source before installing.
SAP_IAS_URLURL of the SAP Identity Authentication Service tenant
SAP_IAS_CLIENT_IDClient ID for the OAuth application in IAS
SAP_IAS_CLIENT_SECRETClient Secret for the OAuth application in IAS
SAP_DESTINATION_NAMEName of the BTP destination used for service discovery
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Raistlin82/btp-sap-odata-to-mcp-server-optimized": {
"command": "npx",
"args": [
"-y",
"btp-sap-odata-to-mcp-server"
],
"env": {
"SAP_IAS_URL": "",
"SAP_IAS_CLIENT_ID": "",
"SAP_IAS_CLIENT_SECRET": "",
"SAP_DESTINATION_NAME": "",
"ODATA_DISCOVERY_MODE": "",
"ODATA_INCLUDE_PATTERNS": "",
"ODATA_EXCLUDE_PATTERNS": "",
"PORT": "",
"NODE_ENV": ""
}
}
}
}