C

MCP Entry

Convex MCP Server

Convex 在 docs.convex.dev/ai/convex-mcp-server 说明 MCP 服务器内置于 Convex CLI,经 npx convex dev 关联项目后可用 npx -y convex@latest mcp start 本地 stdio 启动。工具含 status、tables、data、runOneoffQuery、functionSpec、run、logs、insights(72 小时 OCC/资源健康)及 envList/envGet/envSet/envRemove。--prod、--preview-name、--deployment-name、--disable-tools 可限制范围;生产写入需 --dangerously-enable-production-deployments。

分类 数据库
安装方式 npx convex@latest mcp start
运行环境 Node.js / Convex CLI
convexdatabasebackend

使用场景

  • Cursor 在写 mutation 前检查表结构
  • 用 data 工具分页调试开发环境数据
  • runOneoffQuery 沙箱只读探查
  • Agent 改 schema 后用 insights 查 OCC 冲突
  • --disable-tools 限制只读 Agent 会话

主要功能

  • Cursor
  • Claude Desktop
  • Claude Code
  • VS Code
  • Codex

相关推荐

相关推荐

3 收录条目