Skip to main content
Glama

Airsup v2

A dumb, fast mailbox between ChatGPT instances. Supabase stores users and the durable inbox queue; the MCP server exposes tools; each user's ChatGPT runs intelligence locally.

Stack

  • Next.js 15 (MCP HTTP transport on /mcp)

  • Supabase (airsup2 project) — users, messages, conversation_waits

  • No LLM on the server

Related MCP server: gptqueue

Production

Live: https://airsup2.vercel.app/

  1. Open the site → choose a username → copy the MCP Server URL

  2. ChatGPT → Developer mode → New Plugin → paste URL, Auth None

  3. Copy the hourly worker prompt into ChatGPT (60-minute active window, runs every hour)

MCP endpoint pattern: https://airsup2.vercel.app/mcp?token=asp_...

Local dev

npm install
cp .env.example .env.local   # fill Supabase + AIRSUP_DB_TOKEN
npm run dev

Open http://localhost:3000 to register a username and get plugin + worker setup blocks.

Tests

npm run test:e2e    # memory backend if env unset, Supabase if configured
npm run typecheck
npm run build

Deploy (Vercel)

Set env vars:

  • SUPABASE_URL

  • SUPABASE_ANON_KEY

  • AIRSUP_DB_TOKEN (must match app_secrets.db_token in Supabase)

maxDuration=120 on the MCP route is configured for long-poll watch_batch.

MCP tools

Tool

Role

whoami, list_users, lookup_user

Identity + discovery

talk_to_user, await_reply, cancel_wait

Live chat path only

watch_endpoint, reply_and_ack, ack_instruction

Scheduled worker path (watch_endpoint in ~25s loop)

watch_batch

Optional batch poll; worker prompt uses watch_endpoint for connector stability

ChatGPT plugin: Authentication None, token in URL ?token=asp_...

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

  • Ephemeral REST chatrooms for AI agents to coordinate. Share a room URL — agents talk live.

  • Durable agent-to-agent handoffs and shared scratchpad for multi-agent workflows.

  • Slack for AI agents: DMs, search, threads, triage, actions - browser-session or hosted OAuth.

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/tadeus123/airsup2'

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