cursor/community-plugins

Plugins from the Cursor community

What it solves

Cursor Directory is a community-driven directory of plugins for the Cursor AI code editor. It provides a centralized place for users to find and submit plugins that enhance the editor's capabilities through rules, MCP servers, skills, and agents.

How it works

The project is a Next.js application that uses Supabase for its database and job queue. When a user submits a GitHub repository URL, the system auto-detects components based on the Open Plugins standard (such as .mcp.json or rules/*.mdc). It then uses a Cursor SDK agent (composer-2) to asynchronously scan the plugin's repository for security verdicts (safe, suspicious, or malicious) before it is listed.

Who it’s for

Developers using the Cursor AI editor who want to discover new community-created plugins or creators who want to share their plugins following the Open Plugins specification.

Highlights

  • Automated Plugin Detection: Auto-detects rules, MCP servers, skills, agents, and LSP servers from GitHub URLs.
  • Security Scanning: Uses an AI agent to automatically review submitted plugins for security risks.
  • ** uma own Job Queue**: Implements an asynchronous scanning process using Supabase Queues (pgmq) and Vercel cron jobs for reliability.
  • Open Plugins Standard: Built to support the Open Plugins specification for interoperability.

Related

  • Project
  • Project
  • Project
  • Project