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 directory of plugins from the Cursor community.

cursor.directory


Project Structure

ā”œā”€ā”€ apps/
│   └── cursor/          # Next.js app
ā”œā”€ā”€ 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/cursor/community-plugins.git
cd community-plugins
  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_PUBLISHABLE_KEYYesSupabase Publishable key (sb_publishable_..., replaces the legacy anon key)
SUPABASE_SECRET_KEYYesSupabase Secret key (sb_secret_..., replaces the legacy service role key)
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.


Tech Stack

Global Ranking

-
Trust ScoreMCPHub Index

Based on codebase health & activity.

Manual Config

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