Files
roshansada 08631ab2ef Shorten plugin descriptions
Replace "Connect to [tool]" openers, em-dash asides, and MCP server
boilerplate with brief verb-first copy in plugin and marketplace
manifests. Resync the README table that mirrors them, adding rows that
had drifted out (teaching, ralph-loop, playwright, github, zoom, clay).
Also refresh the stale read-only X marketplace copy and clean em-dashes
from the Salesforce server URL help text.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-17 18:34:06 -07:00
..
2026-08-07 15:07:43 -07:00
2026-08-07 15:07:43 -07:00
2026-08-07 15:07:43 -07:00
2026-08-07 15:07:43 -07:00
2026-08-07 15:07:43 -07:00

Ashby

Cursor plugin that connects agents to Ashby through Ashby's official remote Model Context Protocol 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

{
  "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.

Docs

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

License

MIT