convex-codex-plugin

get-convex/convex-codex-plugin
★ 2 stars JavaScript AI/LLM Updated today
Codex plugin for the hosted Convex MCP server
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "convex-codex-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "get-convex/convex-codex-plugin"
      ]
    }
  }
}

README Excerpt

A Codex plugin for building on Convex: scaffold a running app from one sentence and build it live, add capabilities from the Convex component ecosystem, get a `convex-expert` subagent and a `convex-reviewer`, and watch for runtime errors as you go. Use this when an app 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.