Skip to content
Cursor

Binky for Cursor

io.github.andreisilva1/binky

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

client:Cursor transport:stdio runtime:pypi

Install Binky in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Binky in other clients