Agent skill
convex-mcp-setup
Set up and troubleshoot Convex MCP access, environment variables, and local development workflow without importing Cursor-only plugin behavior.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/convex-mcp-setup
Metadata
Additional technical details for this skill
- author
- agentforge
- source
- get-convex/convex-agent-plugins@f104efb49a787a1ef4a6c84df496d58800ce334a
SKILL.md
Convex MCP Setup
Use this when the task involves Convex MCP configuration, troubleshooting, or explaining how MCP fits local Convex workflows.
Upstream MCP baseline
The upstream plugin uses this launch command:
npx -y convex@latest mcp start
Environment
Provide these when deployment access is required:
CONVEX_DEPLOYMENT=your-deployment-name
CONVEX_DEPLOY_KEY=your-deploy-key
Local guidance
- Treat upstream
mcp.jsonas source material, not as a file to install directly into this repo. - Do not port Cursor plugin manifests or hooks as active repo behavior.
- Use
npx convex devfor normal development and reservenpx convex deployfor production. - Agent mode is mainly for cloud-hosted coding agents. Local agents usually do not need it.
References
- Read mcp-troubleshooting.md for setup checks and common failures.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?