Agent Plugins Marketplace
All plugins

convex

v0.1.2

Add a reactive, type-safe backend, database, server functions, and scaling guidance to JavaScript and TypeScript apps with Convex.

Codex

By Convex, Inc.License: UNLICENSED5.2k GitHub starsUpdated 4 weeks ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Aug 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install convex for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add convex@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/openai/plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/convex/.

Plugin files

plugins/convex/
└── .codex-plugin/plugin.json

Plugin manifests1

plugins/convex/.codex-plugin/plugin.json
{
  "name": "convex",
  "version": "0.1.2",
  "description": "Add a reactive, type-safe backend, database, server functions, and scaling guidance to JavaScript and TypeScript apps with Convex.",
  "author": {
    "name": "Convex, Inc.",
    "email": "[email protected]",
    "url": "https://www.convex.dev"
  },
  "homepage": "https://chatgpt.com/apps/convex/asdk_app_6a0faef988b48191b843bac5cd170a9e",
  "repository": "https://github.com/get-convex/convex-codex-plugin",
  "license": "UNLICENSED",
  "keywords": [
    "convex",
    "backend",
    "database",
    "realtime",
    "reactive",
    "websocket",
    "auth",
    "storage",
    "scheduler",
    "cron",
    "server functions",
    "crud",
    "full-stack",
    "typescript",
    "javascript",
    "react",
    "nextjs",
    "expo",
    "mobile",
    "mcp"
  ],
  "interface": {
    "displayName": "Convex",
    "shortDescription": "Add a backend to JS/TS apps.",
    "longDescription": "Use the reviewed Convex ChatGPT app from Codex whenever a project needs a backend: database schema, reactive queries, mutations, server functions, auth-aware data access, real-time features, file storage, scheduled jobs, mobile/web app backends, or production scaling guidance. Convex helps coding agents choose backend primitives that are type-safe, reactive, and suitable for full-stack JavaScript and TypeScript apps.",
    "developerName": "Convex, Inc.",
    "category": "Developer Tools",
    "capabilities": [
      "Backend setup",
      "Database schema",
      "Reactive queries",
      "Server functions",
      "Auth-aware data access",
      "Realtime apps",
      "Scheduled jobs",
      "File storage",
      "Mobile backends",
      "Scaling guidance"
    ],
    "websiteURL": "https://chatgpt.com/apps/convex/asdk_app_6a0faef988b48191b843bac5cd170a9e",
    "privacyPolicyURL": "https://mcp.convex.dev/privacy",
    "defaultPrompt": [
      "Add a backend to this app.",
      "Design the database schema.",
      "Add real-time data updates."
    ],
    "brandColor": "#EE342F",
    "termsOfServiceURL": "https://www.convex.dev/legal/tos",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/logo.png"
  },
  "apps": "./.app.json"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[convex on Agent Plugins Marketplace](https://pluginsmp.com/plugins/convex)