sam3
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.
sam3 MCP Server
MCP server for facebookresearch/sam3
Ready-to-Use Client Configurations
{
"mcpServers": {
"sam3": {
"command": "npx",
"args": [
"-y",
"@facebookresearch/sam3"
]
}
}
}