{
  "markdown": "# Blink Plugin for Cursor, Claude Code, and Codex\n\nBuild and host full-stack apps with managed database, auth, storage, backend, queue, and custom domains — all from your editor.\n\nBy [Blink.new](https://blink.new) · [Documentation](https://blink.new/docs) · [CLI](https://www.npmjs.com/package/@blinkdotnew/cli) · [SDK](https://www.npmjs.com/package/@blinkdotnew/sdk) · [MCP Package](https://www.npmjs.com/package/@blinkdotnew/mcp)\n\n## What You Get\n\n| Capability | What It Does |\n|------------|-------------|\n| **Database** | SQLite (libSQL) per project — create tables, query, migrate |\n| **Auth** | Google, GitHub, Apple, Microsoft, email/password — toggle on with one command |\n| **Storage** | S3-backed file uploads with CDN URLs |\n| **Backend** | Hono server on Cloudflare Workers — serverless, globally distributed |\n| **Hosting** | Static site hosting with SSL on `*.blinkpowered.com` |\n| **Queue** | Background tasks + cron scheduling — built-in job processing |\n| **Domains** | Search, purchase, and connect custom domains |\n| **AI Gateway** | Multi-model AI access (OpenAI, Anthropic, Google, Fal, ElevenLabs) |\n| **Realtime** | WebSocket pub/sub for live updates |\n| **RAG** | Knowledge base with semantic search |\n| **Connectors** | 38 OAuth integrations (Notion, Slack, Discord, Google, etc.) |\n| **Notifications** | Email and SMS delivery |\n\n## Quick Setup\n\n### 1. Get Your API Key\n\nSign up at [blink.new](https://blink.new), then go to [Settings → API Keys](https://blink.new/settings?tab=api-keys).\n\n### 2. Add to Your Editor\n\n**Cursor** — Install from the Cursor Marketplace, or add to your project `mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"blink\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@blinkdotnew/mcp@latest\"],\n      \"env\": { \"BLINK_API_KEY\": \"blnk_ak_...\" }\n    }\n  }\n}\n```\n\n**Claude Code** — Add to `.mcp.json` at your project root (same config).\n\n**Codex** — Add to `.mcp.json` at your project root (same config).\n\n> **MCP not connecting?** Add the config to your global `~/.cursor/mcp.json` instead of a project file — this resolves PATH issues on most setups.\n\n### 3. Start Building\n\nAsk your agent:\n\n> \"Create a new Blink project called my-app with Google auth, a users table, and deploy it\"\n\nThe agent will use the MCP tools to create the project, configure auth, set up the database, and deploy — all automatically.\n\n## What's Included\n\n### Skills (14)\n\nSkills teach your agent how to use each Blink feature end-to-end:\n\n- **blink-full-stack** — End-to-end guide: scaffold → auth → DB → backend → deploy → domain\n- **blink-database** — SQL database operations, schema design, migrations\n- **blink-auth** — Authentication providers, managed and headless modes\n- **blink-backend** — Hono server patterns, environment variables, deployment\n- **blink-storage** — File uploads, CDN URLs, public/private files\n- **blink-queue** — Background tasks, cron schedules, dead letter queue\n- **blink-deploy** — Build and deploy pipeline, preview vs production\n- **blink-domains** — Custom domains, DNS setup, SSL, domain purchase\n- **blink-ai** — AI Gateway: text, image, video, speech, transcription\n- **blink-realtime** — WebSocket pub/sub, channels, presence\n- **blink-rag** — Knowledge base, semantic search, document upload\n- **blink-notifications** — Email and SMS delivery\n- **blink-connectors** — OAuth integrations (38 providers)\n- **blink-agents** — Cloud agent management and secrets\n\n### Agents (4)\n\nSpecialized subagents that can be delegated to for focused work (Claude Code + Cursor):\n\n- **full-stack-builder** — Builds complete apps end-to-end on Blink\n- **frontend-developer** — UI components, layouts, styling, routing\n- **backend-developer** — Database schema, edge functions, auth, queues, integrations\n- **verifier** — Code review: bugs, imports, types, security, deploy readiness\n\n### Rules\n\nPersistent coding rules that ensure correct Blink SDK usage, database patterns, and deployment practices. Applied automatically when building on Blink.\n\n### MCP Tools (62)\n\n62 tools across 18 categories for programmatic platform management:\n\n| Category | Tools |\n|----------|-------|\n| Project | create, list, get, update, delete |\n| Database | query (SQL), list tables |\n| Auth | get config, set config (providers, BYOC) |\n| Backend | deploy, status, logs |\n| Environment | list, set, delete secrets |\n| Hosting | status, activate, deactivate |\n| Domains | list, add, verify, search |\n| Queue | enqueue, schedule, list, stats, cancel, schedules, DLQ |\n| Workspace | list, credits, security, CORS |\n| AI Gateway | text, image, video, speech, transcribe, call |\n| Storage | list, get URL, delete |\n| Realtime | publish to channel |\n| RAG | search, list collections |\n| Notifications | send email, send SMS |\n| Connectors | execute, list linked, check status |\n| Web | search, fetch URL |\n| Agents | list, status, secrets CRUD |\n| Phone | list numbers, buy, release |\n\n## Companion CLI\n\nFor terminal use alongside the MCP tools:\n\n```bash\nnpm install -g @blinkdotnew/cli\nblink login\nblink init --name \"my-app\"\nblink deploy ./dist --prod\n```\n\nSee [@blinkdotnew/cli on npm](https://www.npmjs.com/package/@blinkdotnew/cli).\n\n## Links\n\n- [blink.new](https://blink.new) — Sign up and build\n- [Documentation](https://blink.new/docs)\n- [MCP Package](https://www.npmjs.com/package/@blinkdotnew/mcp)\n- [CLI Package](https://www.npmjs.com/package/@blinkdotnew/cli)\n- [SDK Package](https://www.npmjs.com/package/@blinkdotnew/sdk)\n\n## License\n\nMIT\n",
  "bytes": 5475,
  "sha": "604d4668a58be5ee52fc25b3b2ad3286955979428f23678aa12c460b8cef0dd0",
  "repo_slug": "blink-new/blink-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_blink_new_blink_plugin_blink_1746ebc1/readme"
}