The repository provides code for running inference and finetuning with the Meta Segment Anything Model 3 (SAM 3), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.

11,147 stars Python 1 file ยท ~3,118 tokens

sam3 MCP Server

MCP server for facebookresearch/sam3

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "sam3": {
      "command": "npx",
      "args": [
        "-y",
        "@facebookresearch/sam3"
      ]
    }
  }
}