Open-source database of AI coding agents for AgentDepot.dev
Community-curated agents for Cursor, Windsurf, Claude Code, Replit, and MCP. Browse at agentdepot.dev or contribute below.
3 simple steps:
- Fork this repo
- Add your agent to
agents/[tool].ts(e.g.,agents/cursor.ts) - Submit a Pull Request
We review within 24-48 hours. See CONTRIBUTING.md for details.
{
id: "my-agent-name",
name: "My Agent Name",
description: "What your agent does in one line",
tool: "cursor", // cursor | windsurf | claude-code | replit | mcp
type: "rule", // rule | agent | plugin | skill | template
category: "web", // coding | debugging | testing | web | data | productivity
tags: ["react", "typescript"],
author: {
name: "Your Name",
github: "https://github.com/yourusername"
},
installation: {
type: "manual",
instructions: "Copy to .cursorrules file"
},
createdAt: "2025-12-09"
}Full schema: See types/agent.ts or CONTRIBUTING.md
| Tool | Agents |
|---|---|
| Cursor | 17 |
| Windsurf | 17 |
| Claude Code | 17 |
| MCP | 16 |
| Replit | 18 |
| Total | 85 |
We accept real, working, free tools that:
- ✅ Are free to use — no paid, subscription, or paywalled tools
- ✅ Work as described
- ✅ Solve a real problem
- ✅ Have clear installation instructions
- ✅ Credit the original author
We reject: paid or paywalled tools, spam, duplicates, broken agents, and malicious code.
- Automated checks (on every PR) — GitHub Actions runs
npm run validate:- TypeScript compilation against the
Agentschema (required fields and valid enums) - Duplicate
iddetection across all tool files
- TypeScript compilation against the
- Manual review — a maintainer confirms the tool is free, real, and useful
- Merge — once it passes, the PR is merged to
main - Sync — merged agents are synced to agentdepot.dev
This is the public data source for AgentDepot; the web app reads from it.
Can I submit someone else's agent? Yes, with proper attribution and permission.
How do I update an agent? Submit a PR with your changes.
What if rejected? We'll explain why and help you fix it.
Full FAQ: See CONTRIBUTING.md
MIT License - See LICENSE
- Browse agents: agentdepot.dev
- Report issue: GitHub Issues
- Email: hello@agentdepot.dev
This is the open data source for AgentDepot.dev