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
13 changes: 13 additions & 0 deletions .cursor-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "apify",
"owner": {
"name": "Apify",
"email": "support@apify.com"
},
"plugins": [
{
"name": "apify",
"source": "apify"
}
]
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@ All notable changes to the **Apify for Cursor** plugin are documented in this fi

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Fixed

- Register the repo as a Cursor marketplace via `.cursor-plugin/marketplace.json` so the nested `apify` plugin is discoverable.

## [1.0.0] — Initial Cursor release
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ Official Apify plugin for Cursor — adds the Apify MCP server, one `apify` rout

### Manual / local install (for testing)

This repo is a Cursor marketplace (see `.cursor-plugin/marketplace.json`). For local testing, install the plugin directory:

```bash
git clone https://github.com/apify/apify-cursor-plugin ~/.cursor/plugins/local/apify
git clone https://github.com/apify/apify-cursor-plugin /tmp/apify-cursor-plugin
cp -R /tmp/apify-cursor-plugin/apify ~/.cursor/plugins/local/apify
# Then in Cursor: View → Command Palette → "Developer: Reload Window"
```

Expand Down
Loading