Skip to content
VS Code

Bindry for VS Code

ai.bindry/bindry

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

client:VS Code transport:streamable-http

Install Bindry in VS Code

.vscode/mcp.json

{
  "servers": {
    "bindry": {
      "type": "http",
      "url": "https://api.bindry.ai/api/mcp"
    }
  }
}

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

Bindry in other clients