Plugin · Claude Code · Databases

Waynesutton Convex Mcp Visual

waynesutton-convex-mcp-visual is a Claude Code plugin for the Build phase that visualizes Convex schemas and opens interactive dashboard UIs via MCP alongside terminal output.

by waynesutton · github.com/waynesutton/convex-mcp-visual

Install when you use Convex and want MCP-driven schema diagrams, dashboards, and browser UIs instead of guessing table relationships from code alone.

15
GitHub stars
0
Installs
0
Community votes
One vote per signed-in builder - it helps surface the tools the community actually relies on.
Install

Add it to Claude Code

Install the plugin in Claude Code. One command, paste-ready.

Install the plugin
/plugin install waynesutton-convex-mcp-visual@waynesutton/convex-mcp-visual
Add to ClaudeUse the Agent APISkillselion is itself an MCP server - your agent can fetch this config directly.
Agent API

Built to be called by your agent

Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.

Retrieve this entry with skillselion.get_details("plugin:waynesutton/convex-mcp-visual") and the paste-ready config with skillselion.get_install_config("plugin:waynesutton/convex-mcp-visual").

About

What it does

waynesutton-convex-mcp-visual is a Claude Code plugin that adds MCP tools for visualizing and exploring Convex database schemas. Solo builders shipping Convex-backed SaaS or agent products can open interactive browser experiences alongside CLI output, which makes it easier to reason about collections, indexes, and relationships before changing queries or auth rules. It fits the Build phase when you are modeling data, onboarding collaborators, or debugging why a query shape does not match what you thought the schema was. Compared with reading schema.ts line by line, the plugin emphasizes visual dashboards and diagram exports so documentation and implementation stay aligned. You still need a real Convex project and MCP wiring; this is an exploration and documentation accelerator, not a replacement for Convex migrations or production monitoring.

Highlights

  • Interactive schema visualizer with terminal plus browser UI output
  • Dashboard-style views for exploring Convex databases
  • Mermaid-friendly diagram workflow for documenting tables and relations
  • MCP tools aimed at Convex (not a generic SQL explorer)
  • Single-plugin bundle focused on visualization and exploration

Why builders use it

Convex schemas are easy to misread in code-only workflows, so you ship queries and hooks against a mental model that does not match the real tables and relationships.

After you register the plugin, Claude can drive schema visualization and browser dashboards so your Convex data model is inspectable before you change backend logic.

At a glance

  • Type - Plugin in Databases.
  • Adoption - 0 installs, 15 stars, 0 votes.

FAQ

Who is waynesutton-convex-mcp-visual for?

It is for solo and small-team builders using Convex who want Claude Code to open schema visualizers and dashboards while they design or refactor backend data models.

When should I use waynesutton-convex-mcp-visual?

Use it during Build when you are mapping Convex tables, validating relationships, or producing diagrams before implementing queries, auth, or new features.

How do I add waynesutton-convex-mcp-visual to my agent?

Install the plugin from the waynesutton/convex-mcp-visual repository into Claude Code, connect the Convex MCP server per the repo instructions, and invoke it from a project that already has a Convex deployment or dev setup.

Discussion

Comments

Share how you use waynesutton-convex-mcp-visual, gotchas, or tips for other indie builders.

No comments yet - be the first to share how you use it.

This week for builders

Five minutes, every Monday — the tools, releases and tactics for shipping solo.

unsubscribe anytime.