What is the io.github.sathergate/darkroom MCP server?
Image processing pipeline for Next.js. Responsive optimization with Sharp.
How to install io.github.sathergate/darkroom
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"darkroom": {
"command": "npx",
"args": [
"-y",
"shutterbox"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"darkroom": {
"command": "npx",
"args": [
"-y",
"shutterbox"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"darkroom": {
"command": "npx",
"args": [
"-y",
"shutterbox"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"darkroom": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"shutterbox"
]
}
}
}Claude Code
claude mcp add darkroom -- npx -y shutterboxRelated MCP servers
Cron jobs for Next.js. Serverless-native scheduling with retry support.
View repository →Feature flags for Next.js. One file, full control with A/B testing.
View repository →Rate limiting for Next.js. Zero-dependency sliding window and token bucket.
View repository →Encrypted secrets for Next.js. AES-256-GCM with no vault needed.
View repository →Unified notifications for Next.js. Multi-provider SMS, email, and push.
View repository →Full-text search for Next.js. BM25 scoring and fuzzy matching, no external service.
View repository →