Editorial · Distributism
Shipping frontend
Browser automation, live docs, and React craft for Cursor agents that ship UI.
Distributism
Start from a stack
Skip the blank config. Add a curated pack to My Stack, then tailor it.
Editorial · Distributism
Browser automation, live docs, and React craft for Cursor agents that ship UI.
Editorial · Distributism
Web search, crawling, and extraction for agents that need current facts.
Editorial · Distributism
Postgres-friendly databases, observability, and Supabase skill guidance.
Editorial · Distributism
Notes, Google Workspace, and agent CLIs — keep binaries on PATH, not in mcp.json.
Editorial · Distributism
Sentry, Trivy, and Playwright for agents that care about breakage and vulns.
Editorial · Distributism
SEO, content workflows, and docs lookup for product marketing agents.
Submit to the catalog
Draft a structured nomination below, copy the PR body, or open a GitHub issue. Prefer a PR against lib/mcp-data.ts / lib/skills-data.ts — see CONTRIBUTING.md. Use Enrich skill to fill mid-band skeletons without adding catalog rows.
Name is required.
Slug is required.
GitHub URL is required.
Description must be at least 24 characters.
PR / issue body
## MCP nomination
**Name:** example
**Slug:** `example`
**GitHub:** _TODO_
**Category:** Developer Tools
### Description
_TODO_
### Install command
`npx -y example-mcp`
### Config snippet
```json
{
"mcpServers": {
"example": {
"command": "npx",
"args": ["-y", "example-mcp"],
"env": {
"API_KEY": "<YOUR_API_KEY>"
}
}
}
}
```
### Catalog notes
- File: `lib/mcp-data.ts`
- Env placeholders must use `<ANGLE_BRACKETS>` / `YOUR_*`
### Checklist
- [ ] Unique `id` and `slug`
- [ ] Working GitHub URL
- [ ] `configSnippet` parses as JSON
- [ ] `pnpm verify` passes