Skip to content
Claude Desktop

Bindry for Claude Desktop

ai.bindry/bindry

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

client:Claude Desktop transport:streamable-http

Install Bindry in Claude Desktop

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

{
  "mcpServers": {
    "bindry": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.bindry.ai/api/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

Bindry in other clients