Skip to content
VS Code

Hive Flag for VS Code

io.github.srotzin/hive-mcp-flag

Feature flag service for safe rollouts across the Hive agent fleet

client:VS Code transport:streamable-http

Install Hive Flag in VS Code

.vscode/mcp.json

{
  "servers": {
    "hive-mcp-flag": {
      "type": "http",
      "url": "https://hive-mcp-flag.onrender.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Hive Flag in other clients