darkroom for Cursor
io.github.sathergate/darkroom
Image processing pipeline for Next.js. Responsive optimization with Sharp.
client:Cursor
transport:stdio
runtime:npm
Install darkroom in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"darkroom": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"shutterbox"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs