Issues with Collider and Physics for Complex Objects

How to assign a collider that closely fits this shape while still allowing physics to be applied to it?


I use a Mesh Collider, and the collider fits the shape, but it requires me to enable isKinematic. And if I check Convex, I can use physics, but the collider will not match the shape accurately.