CO

Convex

Created 6 months ago

Convex now supports a powerful MCP server that lets you introspect your deployment's state, run functions, and read and write data.

development location documentation public AI

What is Convex?

Introspect and query your apps deployed to Convex.

Documentation

Installation (Cursor) On Cursor version 0.47, go to "Cursor Settings > MCP", and click on "Add new global MCP server". Then, fill out this "convex" section in the mcp.json: { "mcpServers": { "convex": { "command": "npx", "args": [ "-y", "convex@latest", "mcp", "start" ] } } } After adding the server, ensure the "convex" server is enabled and lit up green (you may need to click "Disabled" to enable it). If you're running into issues, confirm you're using Cursor version 0.47.5 or later. Other agents for the MCP server beta have only been tested with Cursor on macOS Sequoia.

Server Config

{
  "mcpServers": {
    "convex-server": {
      "command": "npx",
      "args": [
        "convex"
      ]
    }
  }
}

Links & Status

Repository: stack.convex.dev
Hosted: Yes
Global: Yes
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Sujay Jayakar
Category: official
License: MIT
Tags:
development location documentation