Back to All Tools
⚡ Model Context Protocol (MCP) ServerMCP Servers0 Stars

Sf Demo Builder

MCP server for on-demand SAP SuccessFactors demo provisioning with XSUAA auth

#cloudflare-os#mcp-servers

Installation & Setup Quickstart

Copy commands or configuration snippets for this tool

{
  "mcpServers": {
    "sf-demo-builder": {
      "command": "npx",
      "args": [
        "-y",
        "github:sidbhat/sf-demo-builder"
      ],
      "env": {
        "CLOUDFLARE_API_TOKEN": "<YOUR_CLOUDFLARE_API_TOKEN>"
      }
    }
  }
}