mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
75f3853dd4
Workable ships an official remote MCP server over Streamable HTTP with per-user OAuth, so the plugin is a URL-only mcp.json with no variables block. Co-authored-by: Roshan Sadanani <roshansada@users.noreply.github.com>
35 lines
710 B
JSON
35 lines
710 B
JSON
{
|
|
"name": "workable",
|
|
"displayName": "Workable",
|
|
"version": "1.0.0",
|
|
"minClientVersions": {
|
|
"cursor": "3.13.0"
|
|
},
|
|
"description": "Search candidates, move pipelines, and manage HR records.",
|
|
"author": {
|
|
"name": "Cursor",
|
|
"email": "plugins@cursor.com"
|
|
},
|
|
"homepage": "https://workable.readme.io/reference/workable-mcp-server",
|
|
"repository": "https://github.com/cursor/plugins",
|
|
"license": "MIT",
|
|
"logo": "assets/logo.png",
|
|
"keywords": [
|
|
"workable",
|
|
"ats",
|
|
"recruiting",
|
|
"candidates",
|
|
"hris",
|
|
"hiring",
|
|
"mcp"
|
|
],
|
|
"category": "integrations",
|
|
"tags": [
|
|
"workable",
|
|
"recruiting",
|
|
"mcp",
|
|
"ats"
|
|
],
|
|
"mcpServers": "./mcp.json"
|
|
}
|