Skip to content
MCP-Bridge
Developer Tools

ServiceFabricClient Claude Desktop Config

Add the ServiceFabricClient MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "azure-com-servicefabric": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/azure-com-servicefabric"
      ],
      "env": {
        "SERVICEFABRICCLIENT_API_KEY": "your_servicefabricclient_api_key"
      }
    }
  }
}

Environment Variables

SERVICEFABRICCLIENT_API_KEY

Replace your_servicefabricclient_api_key with your actual servicefabricclient api key

Endpoints

GET/$/GetClusterHealth

ClusterHealths_Get

GET/$/GetClusterManifest

ClusterManifests_Get

GET/$/GetLoadInformation

ClusterLoadInformations_Get

GET/$/GetUpgradeProgress

UpgradeProgresses_Get

POST/$/MoveToNextUpgradeDomain

ClusterUpgrades_Resume

POST/$/Provision

ClusterPackages_Register

POST/$/ReportClusterHealth

ClusterHealths_Send

POST/$/RollbackUpgrade

ClusterUpgrades_Rollback

POST/$/Unprovision

ClusterPackages_Unregister

POST/$/UpdateUpgrade

ClusterUpgrades_Update