Skip to content
VS Code

Binky for VS Code

io.github.andreisilva1/binky

Isolated dev environments, one per git worktree: ports, env, and DB slices as agent tools.

client:VS Code transport:stdio runtime:pypi

Install Binky in VS Code

.vscode/mcp.json

{
  "servers": {
    "binky": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "binky"
      ]
    }
  }
}

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

Binky in other clients