openproject-codex
v0.1.1+codex.20260629040058Codex plugin for managing OpenProject work, teams, content, and bulk workflows through the OpenProject API.
By OpenProject Codex ContributorsLicense: MIT1.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install openproject-codex for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add openproject-codex@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “openproject-codex” remain stable.
- Codex:
openproject-codex@agent-plugin-marketplace→openproject-codex@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/varaprasadreddy9676/openproject-codex-plugin/.
Plugin files
├── .codex-plugin/plugin.json├── skills/openproject-codex/SKILL.md└── .mcp.json
Included Skills1
Use the OpenProject Codex plugin to inspect and manage work in Codex through the OpenProject API.
MCP servers1
- command
- python3
- args
- ./scripts/run_openproject_mcp.py
- cwd
- .
- env.OPENPROJECT_BASE_URL
- https://your-openproject.example.com
- env.OPENPROJECT_DEFAULT_PROJECT
- env.OPENPROJECT_API_TOKEN_FILE
- ~/.codex/secrets/openproject-api-token
Plugin manifests1
{
"name": "openproject-codex",
"version": "0.1.1+codex.20260629040058",
"description": "Codex plugin for managing OpenProject work, teams, content, and bulk workflows through the OpenProject API.",
"author": {
"name": "OpenProject Codex Contributors"
},
"homepage": "https://github.com/varaprasadreddy9676/openproject-codex-plugin",
"repository": "https://github.com/varaprasadreddy9676/openproject-codex-plugin",
"license": "MIT",
"keywords": [
"openproject",
"mcp",
"codex-plugin",
"project-management",
"work-packages",
"codex"
],
"skills": "./skills/",
"interface": {
"displayName": "OpenProject Codex",
"shortDescription": "Manage projects, teams, and work in OpenProject from Codex.",
"longDescription": "OpenProject Codex connects Codex directly to OpenProject so teams can manage projects, memberships, work packages, boards, wiki pages, meetings, attachments, bulk workflows, and reporting from Codex instead of switching back to the OpenProject UI.",
"developerName": "OpenProject Codex Contributors",
"category": "Productivity",
"capabilities": [
"Read",
"Write",
"Interactive"
],
"defaultPrompt": [
"Show OpenProject connection status and help me set it up.",
"List my assigned work in OpenProject.",
"Bulk update work packages from a saved query."
],
"brandColor": "#0F766E"
},
"mcpServers": "./.mcp.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[openproject-codex on Agent Plugins Marketplace](https://pluginsmp.com/plugins/openproject-codex)