@hamzasaleemorg/cvx
v0.0.3
Published
A terminal-native Convex component catalog
Downloads
327
Maintainers
Readme
cvx
A terminal-native Convex component catalog — for humans and AI agents.
Install
npm install -g @hamzasaleemorg/cvxCLI
cvx # fuzzy-find any component
cvx better-auth # jump straight to a component
cvx list # browse all by category
cvx list -c Auth # filter by categoryMCP Server
Start an MCP server for AI agents (Claude, Cursor, Cline, etc.):
cvx mcpConfigure your AI tool:
{
"mcpServers": {
"cvx": {
"command": "cvx",
"args": ["mcp"]
}
}
}Agents get access to search_components, get_component, get_install.
