Skip to content
Gemini CLI

Bindry for Gemini CLI

ai.bindry/bindry

Reuse your team's AI instructions (Bindings and Stacks) from Bindry in any MCP client.

client:Gemini CLI transport:streamable-http

Install Bindry in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "bindry": {
      "httpUrl": "https://api.bindry.ai/api/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Bindry in other clients