leerob

directories

Built by leerob • 3,919 stars

What is directories?

Find rules and MCP servers

How to use directories?

1. Install a compatible MCP client (like Claude Desktop). 2. Open your configuration settings. 3. Add directories using the following command: npx @modelcontextprotocol/directories 4. Restart the client and verify the new tools are active.
šŸ›”ļø Scoped (Restricted)
npx @modelcontextprotocol/directories --scope restricted
šŸ”“ Unrestricted Access
npx @modelcontextprotocol/directories

Key Features

Native MCP Protocol Support
Real-time Tool Activation & Execution
Verified High-performance Implementation
Secure Resource & Context Handling

Optimized Use Cases

Extending AI models with custom local capabilities
Automating system workflows via natural language
Connecting external data sources to LLM context windows

directories FAQ

Q

Is directories safe?

Yes, directories follows the standardized Model Context Protocol security patterns and only executes tools with explicit user-granted permissions.

Q

Is directories up to date?

directories is currently active in the registry with 3,919 stars on GitHub, indicating its reliability and community support.

Q

Are there any limits for directories?

Usage limits depend on the specific implementation of the MCP server and your system resources. Refer to the official documentation below for technical details.

Official Documentation

View on GitHub

Cursor Directory

The community hub for Cursor — plugins, MCP servers, events, jobs, and thousands of developers building together.

cursor.directory


Project Structure

ā”œā”€ā”€ apps/
│   └── cursor/          # Next.js app
ā”œā”€ā”€ packages/
│   └── email/           # Email templates (React Email)
ā”œā”€ā”€ supabase/
│   └── migrations/      # Database migrations
└── package.json         # Bun workspace config

All 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/.env

Fill in the required values:

VariableRequiredDescription
NEXT_PUBLIC_SUPABASE_URLYesSupabase project URL
NEXT_PUBLIC_SUPABASE_ANON_KEYYesSupabase anon/public key
SUPABASE_SERVICE_ROLE_KEYYesSupabase service role key
RESEND_API_KEYNoResend API key (emails)
NEXT_PUBLIC_APP_URLNoDefaults 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 dev

Open 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:

ComponentPath
Rulesrules/*.mdc
MCP Servers.mcp.json
Skillsskills/*/SKILL.md
Agentsagents/*.md
Hookshooks/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

Global Ranking

-
Trust ScoreMCPHub Index

Based on codebase health & activity.

Manual Config

{ "mcpServers": { "directories": { "command": "npx", "args": ["directories"] } } }