This repository distributes Codex plugins for internal use.
openproject: OpenProject MCP-backed plugin for projects and work packages
- Clone this repository.
- Keep the marketplace file at
.agents/plugins/marketplace.json. - Restart Codex.
- Enable the
OpenProjectplugin from the plugin UI if it is not already enabled.
Codex reads repo marketplaces from .agents/plugins/marketplace.json and loads
plugins from the relative source.path entries in that file.
Each user must create their own local environment file:
plugins/openproject/.env
with:
OPENPROJECT_BASE_URL=https://your-openproject-host
OPENPROJECT_API_TOKEN=your-openproject-api-tokenDo not commit .env files or real tokens.
To get an API token in OpenProject:
- Sign in.
- Open
Account settings. - Go to
Access tokens. - Create a new
API token.
You can also start from plugins/openproject/.env.example.