Skip to content
Claude Desktop

Hive Flag for Claude Desktop

io.github.srotzin/hive-mcp-flag

Feature flag service for safe rollouts across the Hive agent fleet

client:Claude Desktop transport:streamable-http

Install Hive Flag in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "hive-mcp-flag": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://hive-mcp-flag.onrender.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Hive Flag in other clients