Binary & Thread for Cursor
com.binaryandthread/store
Browse the Binary & Thread catalogue, stage a cart, get a checkout link. No card data in chat.
client:Cursor
transport:stdio
runtime:npm
Install Binary & Thread in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"store": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@binaryandthread/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs