openproject
v0.1.0Codex plugin for browsing OpenProject projects and managing work packages through the API v3.
By SaiLicense: UNLICENSED1.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 for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add openproject@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/team-codex-plugins/.
Plugin files
├── .codex-plugin/plugin.json├── skills/openproject/SKILL.md└── .mcp.json
Included Skills1
Use the OpenProject plugin MCP tools to inspect projects and manage work packages in a configured OpenProject instance.
MCP servers1
- command
- /bin/zsh
- args
- -lc python3 ./plugins/openproject/scripts/openproject_mcp.py 2>/dev/null || python3 ./scripts/openproject_mcp.py
Plugin manifests1
{
"name": "openproject",
"version": "0.1.0",
"description": "Codex plugin for browsing OpenProject projects and managing work packages through the API v3.",
"author": {
"name": "Sai",
"email": "",
"url": "https://github.com/opf/openproject"
},
"homepage": "https://www.openproject.org/docs/api/",
"repository": "https://github.com/opf/openproject",
"license": "UNLICENSED",
"keywords": [
"openproject",
"project-management",
"mcp",
"work-packages"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "OpenProject",
"shortDescription": "Inspect projects and manage work packages in OpenProject.",
"longDescription": "Connect Codex to an OpenProject instance so it can find projects, inspect work packages, create new work packages, update existing ones, and add comments through the OpenProject API v3.",
"developerName": "Sai",
"category": "Productivity",
"capabilities": [
"Read",
"Write",
"Interactive"
],
"websiteURL": "https://www.openproject.org/docs/api/",
"privacyPolicyURL": "https://www.openproject.org/legal/privacy-policy/",
"termsOfServiceURL": "https://www.openproject.org/legal/terms-of-service/",
"defaultPrompt": [
"List my OpenProject projects and recent work packages.",
"Create an OpenProject task in the right project.",
"Update an OpenProject work package and add a comment."
],
"brandColor": "#1A67A3",
"composerIcon": "./assets/openproject-icon.svg",
"logo": "./assets/openproject-logo.svg",
"screenshots": []
}
}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 on Agent Plugins Marketplace](https://pluginsmp.com/plugins/openproject)