diff --git a/.cursor-plugin/marketplace.json b/.cursor-plugin/marketplace.json index 92ee314..74f8872 100644 --- a/.cursor-plugin/marketplace.json +++ b/.cursor-plugin/marketplace.json @@ -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", diff --git a/README.md b/README.md index 411c814..49b1037 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/third_party/ashby/.cursor-plugin/plugin.json b/third_party/ashby/.cursor-plugin/plugin.json new file mode 100644 index 0000000..9e1ed30 --- /dev/null +++ b/third_party/ashby/.cursor-plugin/plugin.json @@ -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" +} diff --git a/third_party/ashby/CHANGELOG.md b/third_party/ashby/CHANGELOG.md new file mode 100644 index 0000000..d9c87ac --- /dev/null +++ b/third_party/ashby/CHANGELOG.md @@ -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`. diff --git a/third_party/ashby/LICENSE b/third_party/ashby/LICENSE new file mode 100644 index 0000000..ca2bba7 --- /dev/null +++ b/third_party/ashby/LICENSE @@ -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. diff --git a/third_party/ashby/README.md b/third_party/ashby/README.md new file mode 100644 index 0000000..3df51e5 --- /dev/null +++ b/third_party/ashby/README.md @@ -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 diff --git a/third_party/ashby/assets/logo.png b/third_party/ashby/assets/logo.png new file mode 100644 index 0000000..ae41551 Binary files /dev/null and b/third_party/ashby/assets/logo.png differ diff --git a/third_party/ashby/mcp.json b/third_party/ashby/mcp.json new file mode 100644 index 0000000..1d09b1d --- /dev/null +++ b/third_party/ashby/mcp.json @@ -0,0 +1,8 @@ +{ + "mcpServers": { + "ashby": { + "type": "http", + "url": "https://mcp.ashbyhq.com/mcp/v1" + } + } +}