darkroom

zorahrel/darkroom
★ 0 stars TypeScript AI/LLM Updated 5d ago
Local-first dashboard to manage photo galleries and batch-edit or generate images with AI (free via ChatGPT web, or Higgsfield) — versioning, prompt builder, and an MCP server for Claude.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "darkroom": {
      "command": "npx",
      "args": [
        "-y",
        "zorahrel/darkroom"
      ]
    }
  }
}