Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .cursor-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@
"source": "third_party/apollo-io",
"description": "Connect Cursor to Apollo.io — prospect search, contact and company enrichment, lists, sequences, and one-off emails — via Apollo's official remote MCP server."
},
{
"name": "ashby",
"source": "third_party/ashby",
"description": "Connect Cursor to Ashby — search candidates and jobs, prep for interviews, manage pipeline tasks, and take recruiting actions — via Ashby's official remote MCP server."
},
{
"name": "zoom",
"source": "third_party/zoom",
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Official Cursor plugins for popular developer tools, frameworks, and SaaS produc
| `gong` | [Gong](third_party/gong/) | Cursor | Integrations | Gong MCP integration for revenue intelligence — account summaries, deal insights, and call briefs. |
| `salesforce` | [Salesforce](third_party/salesforce/) | Cursor | Integrations | Connect Cursor to Salesforce via Salesforce Hosted MCP — query, search, create, update, and traverse records in your org. |
| `apollo-io` | [Apollo.io](third_party/apollo-io/) | Cursor | Integrations | Connect Cursor to Apollo.io — prospect search, contact and company enrichment, lists, sequences, and one-off emails — via Apollo's official remote MCP server. |
| `ashby` | [Ashby](third_party/ashby/) | Cursor | Integrations | Connect Cursor to Ashby — search candidates and jobs, prep for interviews, manage pipeline tasks, and take recruiting actions — via Ashby's official remote MCP server. |
| `x` | [X](third_party/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. |
Author values match each plugin’s `plugin.json` `author.name` (Cursor lists `plugins@cursor.com` in the manifest).

Expand Down
34 changes: 34 additions & 0 deletions third_party/ashby/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "ashby",
"displayName": "Ashby",
"version": "1.0.0",
"minClientVersions": {
"cursor": "3.13.0"
},
"description": "Connect Cursor to Ashby — search candidates and jobs, prep for interviews, manage pipeline tasks, and take recruiting actions — via Ashby's official remote MCP server.",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://docs.ashbyhq.com/ashby-mcp-server-beta",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"logo": "assets/logo.png",
"keywords": [
"ashby",
"ats",
"recruiting",
"hiring",
"candidates",
"interviews",
"mcp"
],
"category": "integrations",
"tags": [
"ashby",
"recruiting",
"ats",
"mcp"
],
"mcpServers": "./mcp.json"
}
8 changes: 8 additions & 0 deletions third_party/ashby/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

All notable changes to this plugin will be documented here.

## 1.0.0 — initial release

- Logo: Ashby's official app icon (white serif A on the brand blue tile).
- Added the `ashby` MCP server pointing at `https://mcp.ashbyhq.com/mcp/v1`.
21 changes: 21 additions & 0 deletions third_party/ashby/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2026 Cursor

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
51 changes: 51 additions & 0 deletions third_party/ashby/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Ashby

Cursor plugin that connects agents to [Ashby](https://www.ashbyhq.com) through Ashby's official remote [Model Context Protocol](https://modelcontextprotocol.io/) server.

Search candidates and jobs, prepare for interviews, review pipeline status and pending tasks, and take recruiting actions in the signed-in Ashby workspace.

## Install

1. Open **Cursor Settings → Plugins**.
2. Search for **Ashby**.
3. Click **Install**, then complete the Ashby sign-in prompt.

Or run `/add-plugin ashby` in chat.

## MCP

```json
{
"mcpServers": {
"ashby": {
"type": "http",
"url": "https://mcp.ashbyhq.com/mcp/v1"
}
}
}
```

Auth is OAuth 2.0 against Ashby. Cursor prompts for Ashby sign-in when the plugin connects — there is no API key to configure. Ashby supports dynamic client registration.

## Before you connect

An Org Admin must enable the MCP Server toggle under **Admin → Organization Setup → Opt-In Features** before anyone in the organization can connect.

Once enabled, Elevated Access users can connect their own Ashby account. The MCP server is available on all Ashby plans, but not to Analytics-only organizations.

## Notes

- Tool calls run as the Ashby user who authorizes the connection and cannot exceed that user's permissions.
- Ashby MCP rate-limits requests and tool-budget units per minute; see Ashby's docs if you hit limits.
- MCP tool inputs and outputs may change without notice. For a stable contract, use Ashby's [public API](https://developers.ashbyhq.com/reference/introduction).

## Docs

- Ashby MCP server (beta): https://docs.ashbyhq.com/ashby-mcp-server-beta
- Server URL: https://mcp.ashbyhq.com/mcp/v1

Logo is Ashby's official app icon (white serif A on the brand blue tile) from https://www.ashbyhq.com/favicon.png.

## License

MIT
Binary file added third_party/ashby/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions third_party/ashby/mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mcpServers": {
"ashby": {
"type": "http",
"url": "https://mcp.ashbyhq.com/mcp/v1"
}
}
}
Loading