docs for Cursor
com.merchinary/docs
Search how-to docs for Merchinary's Shopify Bulk Product Editor and Image Editor apps.
client:Cursor
transport:stdio
runtime:npm
Install docs in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"docs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@merchinary/docs-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs