leerob/directories
Find rules and MCP servers
Overview
leerob/directories is a TypeScript MCP server. Find rules and MCP servers
Ranked #194 out of 25632 indexed tools.
In the top 1% of all indexed tools.
Has 3,914 GitHub stars.
Has 164 contributors.
Actively maintained with commits in the last week.
Ecosystem
TypeScript No license
Signal Breakdown
Stars 3,914
Freshness 3d ago
Issue Health 58%
Contributors 164
Dependents 0
Forks 663
Description Brief
License None
How to Improve
Description low impact
License low impact
Dependents medium impact
Matched Queries
From the README
# How to Contribute to Directories
### This guide will help you understand how to add new rules or prompts to the Cursor Directory.
#### 1. Fork the Repo
#### 2. Adding a New Rule
If you want to submit a **new rule** that does not already exist in the Directories, follow these steps:
1. **Locate the Rule Index**:
Add your new rule in the `packages/data/src/rules/index.ts` file. For example:
```typescript
import { cRules } from "./rules/c";
2. **Create a Rule File**:
Create a new file in the `packages/data/src/rules/` directory with the appropriate name. For example, if you're adding a rule for Next.js, name the file `nextjs.ts`.
3. **Define the Rule**:
Add your prompts inside the newly created file. Refer to the existing rules for formatting guidance. Make sure your prompts are accurate, clear, and helpful to developers.
Your prompts should:
- Be accurate and related to the rule.
- Be clearly worded to help developers understand and Read full README on GitHub →
Are you the maintainer? Claim this listing