storesignal for Cursor
io.github.anthesiallc/storesignal
Shopify store intelligence: apps, tech stack, CDN, and market data over a 19K-store corpus.
client:Cursor
transport:stdio
runtime:pypi
Install storesignal in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"storesignal": {
"type": "stdio",
"command": "uvx",
"args": [
"storesignal-mcp"
],
"env": {
"STORESIGNAL_API_KEY": "<STORESIGNAL_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs