- Home
- Data & Databases
- Directories
Rating
Votes
0
score
Downloads
0
total
Price
Free
API key required
Works With
About
Cursor Directory
The community hub for Cursor — plugins, MCP servers, events, jobs, and thousands of developers building together.
[cursor.directory](https://cursor.directory)
Project Structure
├── apps/
│ └── cursor/ # Next.js app
├── packages/
│ └── email/ # Email templates (React Email)
├── supabase/
│ └── migrations/ # Database migrations
└── package.json # Bun workspace configAll data lives in the database — there is no local data in the repo.
Getting Started
Prerequisites
Setup
- 1.Clone the repo
git clone https://github.com/pontusab/cursor.directory.git
cd cursor.directory- 1.Install dependencies
bun install- 1.Configure environment variables
cp apps/cursor/.env.example apps/cursor/.envFill in the required values:
| Variable | Required | Description |
|---|---|---|
NEXT_PUBLIC_SUPABASE_URL | Yes | Supabase project URL |
NEXT_PUBLIC_SUPABASE_ANON_KEY | Yes | Supabase anon/public key |
SUPABASE_SERVICE_ROLE_KEY | Yes | Supabase service role key |
RESEND_API_KEY | No | Resend API key (emails) |
NEXT_PUBLIC_APP_URL | No | Defaults to http://localhost:3000 |
- 1.Run the database migrations
Apply the migrations in supabase/migrations/ to your Supabase project.
- 1.Start the dev server
bun devOpen http://localhost:3000.
Contributing
All content is submitted through the website — no pull requests needed for data.
Submit a Plugin
- 1.Go to cursor.directory/plugins/new
- 2.Sign in with GitHub or Google
- 3.Paste a GitHub repo URL — we auto-detect components following the Open Plugins standard
- 4.Click Submit
Auto-detected components:
| Component | Path |
|---|---|
| Rules | rules/*.mdc |
| MCP Servers | .mcp.json |
| Skills | skills/*/SKILL.md |
| Agents | agents/*.md |
| Hooks | hooks/hooks.json |
| LSP Servers | .lsp.json |
See the Open Plugins specification and plugin template for details.
Host an Event
Community events are powered by Luma:
- 1.Go to cursor.directory/events
- 2.Click Host an event
- 3.Fill out the form — your event will appear on the site automatically
Post a Job
- 1.Sign in at cursor.directory
- 2.Navigate to Jobs → Post a job
- 3.Fill in the details and submit
Tech Stack
Don't lose this
Three weeks from now, you'll want Directories again. Will you remember where to find it?
Save it to your library and the next time you need Directories, it’s one tap away — from any AI app you use. Group it into a bench with the rest of the team for that kind of task and you can pull the whole stack at once.
⚡ Pro tip for geeks: add a-gnt 🤵🏻♂️ as a custom connector in Claude or a custom GPT in ChatGPT — one click and your library is right there in the chat. Or, if you’re in an editor, install the a-gnt MCP server and say “use my [bench name]” in Claude Code, Cursor, VS Code, or Windsurf.
a-gnt's Take
Our honest review
This plugs directly into your AI and gives it new abilities it didn't have before. Find rules and MCP servers. Once connected, just ask your AI to use it. It's completely free and works across most major AI apps. This one just landed in the catalog — worth trying while it's fresh.
Tips for getting started
Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.
Heads up: this needs an API key to work. You'll get one from the service's website (usually free). The setup guide tells you exactly where.
Your data stays between you and your AI — nothing is shared with us or anyone else.
What's New
Imported from GitHub
Ratings & Reviews
0.0
out of 5
0 ratings
No reviews yet. Be the first to share your experience.
From the Community
AI for the Rest of Us
A manifesto on democratizing AI — why the best AI tools shouldn't require a CS degree, and how a-gnt is making them accessible to everyone.
AI Tools for Social Workers
How social workers can use AI for case documentation, resource finding, and reducing administrative burden while protecting client privacy.
How to Set Up Your First MCP Server in 5 Minutes
A step-by-step guide to installing and running your first MCP server, even if you're not technical.