Use Project Feed from Cursor, Codex, Claude Code, Gemini CLI, and clients that support the Agent Plugins standard.
The repository packages one hosted MCP connection with shared skills for task execution, project planning, status reports, and backlog triage. Client-specific manifests stay thin so every client receives the same workflows.
| Client | Package | Local install |
|---|---|---|
| Cursor | Cursor Plugin | ./scripts/install-local.sh cursor |
| Codex and ChatGPT | Codex Plugin | ./scripts/install-local.sh codex |
| Claude Code | Claude Code Plugin | ./scripts/install-local.sh claude |
| Gemini CLI | Gemini CLI Extension | ./scripts/install-local.sh gemini |
| Agent Plugins clients | Agent Plugin | Install this repository with the client's plugin command |
Create a dedicated API key in your Project Feed workspace developer settings. Choose the Project/task automation preset if you want the agent to manage projects and tasks. A read-only key limits the agent to matching read tools.
Project Feed MCP access requires a Pro workspace. API keys belong to one workspace, so use a different key when you want to switch workspaces.
When the listing is live, install Project Feed from the Cursor Marketplace, then open Customize > Project Feed > Configure and enter the API key.
For local development:
git clone https://github.com/nyarenari/project-feed-plugins.git
cd project-feed-plugins
./scripts/install-local.sh cursorRestart Cursor or run Developer: Reload Window.
Add this repository as a marketplace and install the plugin:
codex plugin marketplace add nyarenari/project-feed-plugins
codex plugin add project-feed@project-feedSet PROJECT_FEED_API_KEY in the environment that starts Codex. The repository marketplace also appears in supported ChatGPT plugin surfaces.
Add the marketplace and install the plugin:
claude plugin marketplace add nyarenari/project-feed-plugins
claude plugin install project-feed@project-feedStart Claude Code and run /plugin configure project-feed@project-feed to enter the API key. Claude Code stores it as sensitive plugin configuration.
Install the extension from GitHub:
gemini extensions install https://github.com/nyarenari/project-feed-plugins.gitGemini CLI asks for the Project Feed API key during installation and stores it as a sensitive extension setting.
- "Pick up PRO-123 and keep the task current while you work."
- "Turn this feature brief into a task plan in Project Feed."
- "Give me a status update for the mobile app project."
- "Triage the open backlog and show me what needs attention."
Clients may ask for approval before MCP tool calls according to their run mode or team policy.
Run the repository checks with:
./scripts/validate.shThe client manifests are:
.cursor-plugin/plugin.jsonand.cursor-plugin/marketplace.json.codex-plugin/plugin.jsonand.agents/plugins/marketplace.json.claude-plugin/plugin.jsonand.claude-plugin/marketplace.jsongemini-extension.jsonplugin.jsonfor the Agent Plugins standard
See Publishing for the separate marketplace release steps.
The plugins send Project Feed tool requests to https://projectfeed.app/api/mcp. Project Feed applies the permissions from the configured API key. The packages do not include analytics, background hooks, or local executables.
Do not commit an API key to this repository or a workspace configuration file. Revoke the key from Project Feed if a device or client account is no longer trusted.
See the Project Feed MCP documentation and Project Feed privacy policy for service details.
Open an issue in this repository for packaging or workflow problems. Contact support@projectfeed.app for account, workspace, or hosted MCP problems.
Security reports should go to security@projectfeed.app. Do not include credentials or private workspace data in a public issue.