mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
db620f542125142a568282c29f8d7421cb34cc51
Wire AgentMail's hosted MCP server into the marketplace using the documented Cursor API-key path (x-api-key header). Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Sam Sokolin <SamSokolin@users.noreply.github.com>
Cursor plugins
Official Cursor plugins for popular developer tools, frameworks, and SaaS products. Each plugin is a standalone directory at the repository root with its own .cursor-plugin/plugin.json manifest.
Plugins
name |
Plugin | Author | Category | description (from marketplace) |
|---|---|---|---|---|
continual-learning |
Continual Learning | Cursor | Developer Tools | Incremental transcript-driven memory updates for AGENTS.md using high-signal bullet points only. |
cursor-team-kit |
Cursor Team Kit | Cursor | Developer Tools | Internal team workflows for CI, code review, shipping, local automation, and verification. |
thermos |
Thermos | Cursor | Developer Tools | Thermo-nuclear branch review: deep security/correctness audits, harsh code-quality rubrics, parallel subagents, thermos orchestration, and optional merge-ready PR flows. |
create-plugin |
Create Plugin | Cursor | Developer Tools | Scaffold and validate new agent plugins. |
agent-compatibility |
Agent Compatibility | Cursor | Developer Tools | CLI-backed repo compatibility scans plus agents that audit startup, validation, and docs against reality. |
cli-for-agent |
CLI for Agents | Cursor | Developer Tools | Patterns for designing CLIs that coding agents can run reliably: flags, help with examples, pipelines, errors, idempotency, dry-run. |
pr-review-canvas |
PR Review Canvas | Cursor | Developer Tools | Render PR diffs as interactive canvases organized for reviewer comprehension — groups changes by importance, separates boilerplate from core logic, and highlights tricky or unexpected code. |
docs-canvas |
Docs Canvas | Cursor | Developer Tools | Render documentation — architecture notes, API references, runbooks, and codebase walkthroughs — as a navigable canvas with sections, table of contents, diagrams, and cross-references. |
cursor-sdk |
Cursor SDK | Cursor | Developer Tools | Build apps, scripts, CI pipelines, and automations on top of the Cursor TypeScript SDK (@cursor/sdk) — runtime selection, auth, streaming, MCP, error handling, and ready-to-extend integration patterns. |
orchestrate |
Orchestrate | Cursor | Developer Tools | Fan large tasks out across parallel cloud agents with planners, workers, verifiers, and structured handoffs. |
pstack |
pstack | Lauren Tan | Developer Tools | if you want to go fast, go deep first. pstack helps you write less, but higher quality code. rigorous agent workflows you can parallelize with confidence. |
gmail |
Gmail | Cursor | Productivity | Connect to Gmail via Google's remote MCP server — search, read, draft, label, and manage email. |
google-drive |
Google Drive | Cursor | Productivity | Connect to Google Drive via Google's remote MCP server — search, read, create, share, and manage files. |
google-calendar |
Google Calendar | Cursor | Productivity | Connect to Google Calendar via Google's remote MCP server — list calendars, search events, and create or update meetings. |
gong |
Gong | Cursor | Integrations | Gong MCP integration for revenue intelligence — account summaries, deal insights, and call briefs. |
salesforce |
Salesforce | Cursor | Integrations | Connect to Salesforce via Salesforce Hosted MCP — query, search, create, update, and traverse records in your org. |
apollo-io |
Apollo.io | Cursor | Integrations | Connect to Apollo.io — prospect search, contact and company enrichment, lists, sequences, and one-off emails — via Apollo's official remote MCP server. |
ashby |
Ashby | Cursor | Integrations | Connect to Ashby — search candidates and jobs, prep for interviews, manage pipeline tasks, and take recruiting actions — via Ashby's official remote MCP server. |
hubspot |
HubSpot | Cursor | Integrations | Connect to HubSpot CRM — search and update contacts, companies, deals, and tickets; work with activities, conversations, and marketing emails — via HubSpot's official remote MCP server. |
intercom |
Intercom | Cursor | Integrations | Connect to Intercom — search conversations and contacts, look up companies, and manage Help Center articles — via Intercom's official remote MCP server. |
circleback |
Circleback | Cursor | Integrations | Connect to Circleback — search meetings, transcripts, action items, calendar events, and emails, and look up people and companies — via Circleback's official remote MCP server. |
docusign |
Docusign | Cursor | Integrations | Connect to Docusign — work with eSignature envelopes and templates, Maestro workflows, and Navigator agreements — via Docusign's official remote MCP server (beta). |
x |
X | Cursor | Integrations | Read-only access to the X API — search posts and users, read timelines and mentions, and pull trends and news — via X's official hosted MCP server. |
navan |
Navan | Cursor | Integrations | Connect to Navan — query expenses, analyze travel bookings, check policies and approvals, and manage cards — via Navan's official remote MCP server. |
agentmail |
AgentMail | Cursor | Integrations | Connect to AgentMail — create inboxes, send and receive email, search threads, and manage drafts and attachments — via AgentMail's official hosted MCP server. |
Author values match each plugin’s plugin.json author.name (Cursor lists plugins@cursor.com in the manifest). |
Repository structure
This is a multi-plugin marketplace repository. The root .cursor-plugin/marketplace.json lists all plugins, and each plugin has its own manifest:
plugins/
├── .cursor-plugin/
│ └── marketplace.json # Marketplace manifest (lists all plugins)
├── plugin-name/
│ ├── .cursor-plugin/
│ │ └── plugin.json # Per-plugin manifest
│ ├── skills/ # Agent skills (SKILL.md with frontmatter)
│ ├── rules/ # Cursor rules (.mdc files)
│ ├── mcp.json # MCP server definitions
│ ├── README.md
│ ├── CHANGELOG.md
│ └── LICENSE
└── ...
License
MIT
Description
thermo-nuclear-code-quality-review: Run an extremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. Use for a thermo-nuclear code quality…; unslop: Cut AI tells from any writing. Must always apply.; deslop: Remove AI-generated code slop and clean up code style; typescript-best-practices: TypeScript best practices. Use when reading or editing any .ts or .tsx file.; how: Use for "how does X work", code walkthroughs before changing something, an…
Languages
TypeScript
94.1%
JavaScript
2.6%
Shell
2.4%
CSS
0.8%