Skip to main content
Glama

image-gen — Agent's Paintbrush

Marketing site + waitlist API for image-gen, an MCP server that gives AI coding agents a paintbrush (ChatGPT-in-browser image gen, no OpenAI API key).

Built for The Zerops Challenge (WeMakeDevs).

Architecture (3 Zerops services)

Service

Type

Role

web

Node.js 22 (TanStack Start SSR)

Marketing frontend + same-origin API routes

api

Node.js 22

Dedicated HTTP API for waitlist / stats / health

db

PostgreSQL 16

Waitlist signups + site counters

The MCP server itself runs on the user's machine. Zerops hosts this website, the API, and Postgres.

Related MCP server: ma-browser

Local development

npm install
# optional local Postgres
export DATABASE_URL=postgres://postgres:postgres@localhost:5432/imagegen
npm run dev          # web on :3000
npm run start:api    # api on :3000 (use another PORT if both run)

Deploy on Zerops

# once
npm i -g @zerops/zcli
zcli login <token>

# create project + services
zcli project project-import ./zerops-import.yml
zcli project scope <project-id>

# push both runtimes
zcli push --setup web
zcli push --setup api

See DEPLOY_ZEROPS.md for env vars and endpoints.

API

  • GET /api/public/health

  • POST /api/public/waitlist{ email, note? }

  • GET /api/public/stats

  • POST /api/public/click

Stack

  • TanStack Start + React 19 + Tailwind CSS 4

  • Node.js HTTP API (api/server.mjs)

  • PostgreSQL via pg

  • Zerops for build, deploy, networking, SSL

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nothariharan/agents-paintbrush'

If you have feedback or need assistance with the MCP directory API, please join our Discord server