Odel
btp sap odata to mcp server optimized

btp sap odata to mcp server optimized

Local
@raistlin826TypeScriptMITUpdated 11mo ago

Enterprise SAP OData to MCP Server with AI capabilities and Cloud Foundry integration

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmbtp-sap-odata-to-mcp-serverv1.0.1

Run

npx -y btp-sap-odata-to-mcp-server

MCP client config

{
  "mcpServers": {
    "btp-sap-odata-to-mcp-server-optimized": {
      "command": "npx",
      "args": [
        "-y",
        "btp-sap-odata-to-mcp-server"
      ]
    }
  }
}