Files
cursor__plugins/third_party/ashby/mcp.json
roshansada 115af8a734 Add Ashby third-party MCP plugin
Ashby ships an official remote MCP server over Streamable HTTP with
per-user OAuth and dynamic client registration, so the plugin is a
URL-only mcp.json with no variables block.

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

9 lines
115 B
JSON

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